Service for an employee looking for a job, which allows you to receive vacancies from the head_hunter website
git clone https://github.com/TheHamCore/job_parser_head_hunter.git
cd scraping_service
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
open folder "scraping" and run the file "parsers.py"
python manage.py migrate
python manage.py runserver
Check your 127.0.0.1:8000