Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 797 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 797 Bytes

Programming vacancies compare

Program to compare salaries for programming vacancies on HeadHunter and SuperJob

How to install

For proper use you have to get SuperJob account and get SuperJob API Token. After that rename the file .env-example to .env and paste your SuperJob API Token.

Python3 should be already installed. It is strictly recommended that you use virtual environment for project isolation. Then use pip (or pip3, if there is a conflict with Python2) to install dependencies:

pip install -r requirements.txt

Project Goals

The code is written for educational purposes on online-course for web-developers dvmn.org.