A simple Telegram bot for managing personalized gym workout plans.
- View and edit daily workout plans (A/B/C days)
- View and update the current training week
- Reset the weekly progress
- Support for Firebase as backend
- Python 3.10+
- Telegram Bot Token
- Firebase service account JSON
- Clone the repo or upload your files.
- Create a
requirements.txtfile (already included). - Replace
YOUR_TOKEN_HEREinbot.pywith your actual Telegram Bot token. - Upload your Firebase admin SDK JSON and configure
Firebase.py.
pip install -r requirements.txt
python bot.py