This project sends requests to employers on the hh.ru website.
- Clone the repository: Clone this repository using
git clone
. - Create Virtual Env: Create a Python Virtual Environment
venv
to download the required dependencies and libraries. - Download Dependencies: Download the required dependencies into the Virtual Environment
venv
usingpip
.
git clone https://github.com/grisha765/hh_responses_py.git
cd hh_responses_py
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
-
Run project:
.venv/bin/python main.py
-
Other working env's:
LOG_LEVEL='DEBUG' CHROME_PATH='/path/to/chromium' HH_LOGIN='test@example.com' HH_PASSW='password123' TESTS='True'
-
Example:
LOG_LEVEL="DEBUG" .venv/bin/python main.py
-
Run tests:
LOG_LEVEL="DEBUG" TESTS='True' .venv/bin/python main.py
- Entering login and password on the hh.ru authorization page.