Telegram | Health Tracker | KrawlNet |
---|---|---|
Elevate your well-being with HealthBot! Record daily activities, receive weekly health reports, set custom reminders, and access your personalized health card—all in one place. Your journey to a healthier lifestyle starts here!
- Registering Account
- Other Commands
- Daily Activity Recording
- Weekly Health Reports
- Custom Reminders
- Personalized Health Card
- User-Friendly Interface
- Interactive Health Tracking
- Telegram Integration
1. Open
settings.py
file.
2. ReplaceYOUR_TOKEN_HERE
with your Bot token that you got from the @BotFather.
3. ReplaceYOUR_DATA_DIRECTORY_PATH_HERE
with your full data directory path.
git clone <https://github.com/krawlnet/telegram-health-bot.git>
cd telegram-health-bot
pip install -r requirements.txt
python bot.py
After successfully running your bot, you can send /start
command to your Bot User on Telegram and get started!
Additionally, you can customise your bot by contacting the @BotFather.
- Adding command to list and cancel your reminders.
- Adding more activities to record.
- Shutdown command for bot owner(s).
- Setting maintenance mode true/false.