/avg_salary

Primary LanguagePython

Salary collector

Service to collect information about average salary for programmers from HeadHunter and SuperJob.

Install

Python3 should be already installed. Then use pip (or pip3, if there is a conflict with Python2) to install dependencies:

pip install -r requirements.txt

Env Settings

Create .env from .env.Example

  1. SJ_SECRET - str, your secret key from SuperJob API

Start

python main.py