Tool for automatically update your CV on some job boards
Supported providers: HeadHunter, SuperJob
Note: Application requires Redis, SQL database (SQLite/PostgreSQL/etc) and work on Python >= 3.6
python3 -m venv env
. env/bin/activate
pip install .
See config and config schema
export SERVER_NAME=example.com
export DATABASE_URL=postgres://postgres@localhost:5432/postgres
export REDIS_URL=redis://localhost:6379/0
export HH_CLIENT_ID=qwerty12345hh
export HH_CLIENT_SECRET=hh12345qwerty
or / and
export SJ_CLIENT_ID=asdfg67890sj
export SJ_CLIENT_SECRET=sj67890asdfg
touchresume db upgrade
touchresume serve
touchresume tasks