/flask-twitch-todo

a small flask service that reads from kanboard

Primary LanguageCSSMIT LicenseMIT

flask-twitch-todo

a small flask service that reads from todo-rest

Usage instructions.

  1. Setup todo-rest. Instructions here
  2. Clone this repository
  3. setup venv
python3 -m venv env
pip3 install -r requirments.txt
  1. change sample-config.py to config.py and adjust variables as needed
  2. run the app
python3 app.py
  1. by default the app is running at http://localhost:8069 (nice) you can add this as a browser source in OBS or whatever.