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

6
telegram-fitness-bot/run.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Convenience wrapper for running without nix.
# With nix, just use: nix run
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
exec python start.py "$@"