git clone https://github.com/shubhamnanche/Telegram-Food-Ordering-Chatbot.git
- Go to Telegram app and create a new Chat Bot alongside generating a token from
@BotFather
(Follow steps online) - Create
/start
,/help
and optionally a/custom
command using@BotFather
or navigating to your Bot's settings - Create a file
.env
in the root directory of the project and paste the token generated in the above stepsBOT_TOKEN=<generated-token>
in it. - Install requirements by running
pip install -r requirements.txt
in the project root directory inside terminal, for installing the required dependencies. - Run
python main.py
in the project root directory inside terminal. - Now, select (or write in chat)
/start
from the command menu in your Bot's chat window. - Done, the Telegram Bot can now answer to your orders!
-
Notifications
You must be signed in to change notification settings - Fork 0
License
shubhamnanche/Telegram-Food-Ordering-Chatbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published