Push custom info to Awtrix's CustomApp.
- Make sure CustomApp is installed.
- Create python3.x env.
- Install package:
pip install -r requirements.txt
- Copy
template.cfg
asconfig.cfg
, and change it. - In
parse/__init__.py
, write function to resolve your tasks. The function's name needs to be the same as you defined in theconfg.cfg
, but use lower case.
# Run celery worker
CFG_PATH=config.cfg make
# Run celery beat
CFG_PATH=config.cfg make beat