HH-scarper allows you to send a request to the Headhunter API for further aggregating information on key skills and used words in vacancies. All fetched data are displaying by graphs and lists and can be downloaded. This app can be found here: HH-scarper
- make
- poetry
- Clone repository
git clone https://github.com/RamiGaggi/hh-scarper.git
- Go to working directory
cd hh-scarper
- Set up environment variables in .env
- DB_ENGINE (defaults to SQLite), set another db engine this way, for example postgres
postgres://user:password@host:port/db_name
- SECRET_KEY, for generation you can use
make secret-key
- CELERY_BROKER_URL, CELERY_RESULT_BACKEND better use Redis for example
redis://localhost:6379
- DB_ENGINE (defaults to SQLite), set another db engine this way, for example postgres
- Install dependencies
make install
- Сomplete setup
make setup
make runserver
redis-server
make celery-worker
- Optional, for Celery monitoring:
make flower