Skip to content

A parser for constantly updating resumes to be constantly on top of the search

License

Notifications You must be signed in to change notification settings

ZapPRO1256/UpdateResumeRobotaUA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpdateResumeRobotaUA

A program for automatically raising a resume to the top of the search on the site robota.ua

Contents

Introduction

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

Requirements

  • Python 3.8+
  • Downloaded Chrome browser
  • Installed packages:
  • selenium 4.23.0

Installation

  1. Cloning the repository
git clone https://github.com/ZapPRO1256/ResumeParserRobotaUA.git
  1. Go to the project directory
cd ResumeParserRobotaUA
  1. Creation of a virtual environment and activation
python -m venv .venv
source .venv/bin/activate # for Windows: .venv\Scripts\activate
  1. Installation of dependencies
pip install -r requirements.txt

Configuration

Enter your login, password and time in the data.txt file

Usage

Run the parser:

python main.py

About

A parser for constantly updating resumes to be constantly on top of the search

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages