JunyuMu / awtrix-push

Push custom info to Awtrix's CustomApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awtrix-push

Push custom info to Awtrix's CustomApp.

Preparation

  1. Make sure CustomApp is installed.
  2. Create python3.x env.
  3. Install package: pip install -r requirements.txt

Config

  1. Copy template.cfg as config.cfg, and change it.
  2. In parse/__init__.py, write function to resolve your tasks. The function's name needs to be the same as you defined in the confg.cfg, but use lower case.

Run

# Run celery worker
CFG_PATH=config.cfg make

# Run celery beat
CFG_PATH=config.cfg make beat

About

Push custom info to Awtrix's CustomApp

License:MIT License


Languages

Language:Python 98.3%Language:Makefile 1.7%