- python 3
- Duplicate the file
config_example.json
, rename it toconfig.json
and fill it with your custom configuration. You will need your kenjo user id and auth token (Authorization
header), can be found using Chrome/Firefox dev tools.
pip install -r requirements.txt
python3 src/main.py
- Docker 20.10.16 or superior
- docker-compose 1.29.2 or superior
- GNU Make
Dev commands are listed in the Makefile. Launch make build
to initialize the project