justJay-dev / flask-twitch-todo

a small flask service that reads from kanboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a small flask service that reads from kanboard

License:MIT License


Languages

Language:CSS 99.1%Language:HTML 0.7%Language:Python 0.2%