This project is an automation tool designed to download PDF journals from Brazil's Superior Labor Court (TST) website, extract the case numbers, and generate Excel spreadsheets separated by date. Additionally, the script identifies duplicate cases and generates a corresponding report.
- 🐍 Python 3
- 🌐 Selenium
- 📄 PyPDF
- 🐼 Pandas
Follow these instructions to run this project locally.
- Python 3.x installed
- Pip (Python Package Manager)
To clone the repository, run the following command in your terminal:
git clone [email protected]:JuniorGunner/tst_automation_tool.git
Navigate to the project folder and run the following command to install the dependencies:
pip install -r requirements.txt
Within the project folder, execute the following command:
python tst_bot.py
Note: the command may vary depending on your Operating System (e.g., python3, py, etc).
This will start the script, and you will see Excel files being generated in the folder specified in the script.