Skip to content

A Telegram bot written in Python3 that can be fully customized to your needs.

Notifications You must be signed in to change notification settings

guymass/Telegram-Fast-Food-Order-Bot-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-Fast-Food-Order-Bot-Demo

A Telegram bot written in Python3 that can be fully customized to your needs.

Usage

Create a settings.py file on the root directory with the content:

token="XXXXXXX"  #telegram bot api token
pickle_logs = "example.log"
timeout = 900

# mongo config
mongo_host = 'localhost'
mongo_user = 'tgbot'
mongo_password = '12345678'
mongo_port = '27017'
mongo_collection = 'tgbot'

admin_list = [] # A list of user IDs that have access to @restricted functions
CHATID = "anything"  # A chat group ID assigned for bot administration and back-office management

About

A Telegram bot written in Python3 that can be fully customized to your needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages