A program for automatically raising a resume to the top of the search on the site robota.ua
The project implements logging into the account on the robota.ua website, switching to the user's resume page and constantly updating the resume to raise it to the top of the search engine
- Python 3.8+
- Downloaded Chrome browser
- Installed packages:
selenium 4.23.0
- Cloning the repository
git clone https://github.com/ZapPRO1256/ResumeParserRobotaUA.git
- Go to the project directory
cd ResumeParserRobotaUA
- Creation of a virtual environment and activation
python -m venv .venv
source .venv/bin/activate # for Windows: .venv\Scripts\activate
- Installation of dependencies
pip install -r requirements.txt
Enter your login, password and time in the data.txt file
Run the parser:
python main.py