feat(tg-fitness-bot): add telegram fitness bot with web app

Telegram workout tracker bot with Mini App web UI, SQLite database,
API server, and cloudflared tunnel support.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Danny 2026-03-30 14:12:50 +02:00
parent 7288d93741
commit ae09ab2eec
14 changed files with 1892 additions and 0 deletions

19
telegram-fitness-bot/.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Nix
result
result-*
.direnv/
# Python
__pycache__/
*.pyc
# Database
*.db
*.db-journal
*.db-wal
# Secrets — never commit
.env
# Node (localtunnel cache)
node_modules/