Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.57 KB

Food-Schedule-Bot

A Telegram bot for creating personal diet plans.

Overview

This Telegram bot allows users to create their own personalized diet plans. Each day consists of 5 slots: breakfast, morning snack, lunch, afternoon snack, and dinner. Users can plan their meals for each slot for a total of 7 days.

Features

  • Personalized Diet Plans: Users can customize their diet plans according to their preferences and dietary requirements.
  • Meal Slots: The bot provides 5 meal slots for each day, allowing users to plan their meals throughout the day.
  • Flexible Usage: Users can easily add, edit, or remove meals from their diet plans.

Tech Stack

  • Python
  • Aiogram
  • PostgreSQL

Usage

To use the bot, follow these steps:

  1. Install the necessary dependencies using pip.
  2. Set up a PostgreSQL database to store user diet plans.
  3. Deploy the bot to a platform of your choice (e.g., Heroku).
  4. Start the bot and interact with it via Telegram.

Installation

  1. Clone the repository:

    git clone https://github.com/Asadhimself/Food-Schedule-Bot.git
    
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up the PostgreSQL database and configure the database connection in the code.

  4. Deploy the bot to your preferred platform.

  5. Start the bot:

    python main.py
    

Disclaimer

Unfortunately, the bot is no longer functional on Telegram due to multiple updates in the Bot API and the absence of code in the repository.

P.S.

The bot was created to order and further support of the bot was not in the customer's plans