A sub par proto type for a twitch bot that im writing for my final assessment as open polytechnic Frontend build using htmx, tailwind and some Jinja2Templates Refreshes elements on the page just by doing a html get request.
todo: find a way to get the server to tell the webapp to update rather then requesting a update every second for each element
(where command is mostly built for people that play mabinogi but can be edited or removed)
Check the wiki page for the setup (https://github.com/riskdoe/Project-Tada/wiki/1:-Setup)
tldr install python, install git
git clone https://github.com/riskdoe/Project-Tada.git
cd Project-Tada
pip install -r requirements.txt
python ./app.py
notepad .\config.json
//edit config to suit you (https://github.com/riskdoe/Project-Tada/wiki/2:-Config)
python ./app.py
make sure to update the config in config.json
only tested on windows. should work on linux just fine. no idea about mac