Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.33 KB

README.md

File metadata and controls

54 lines (38 loc) · 2.33 KB
Telegram Health Tracker KrawlNet
TG TGBOT KrawlNet

Python Telegram SQLite3

🤖 Health Tracker Telegram Bot

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!

🖼️ Example Images:

  • Registering Account

Registration


  • Other Commands

Others

📜 Key Features:

  • Daily Activity Recording
  • Weekly Health Reports
  • Custom Reminders
  • Personalized Health Card
  • User-Friendly Interface
  • Interactive Health Tracking
  • Telegram Integration

⚙️ Configuration:

1. Open settings.py file.
2. Replace YOUR_TOKEN_HERE with your Bot token that you got from the @BotFather.
3. Replace YOUR_DATA_DIRECTORY_PATH_HERE with your full data directory path.

🖥️ Installation:

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.

🛠️ Future Updates:

  • Adding command to list and cancel your reminders.
  • Adding more activities to record.
  • Shutdown command for bot owner(s).
  • Setting maintenance mode true/false.