Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 590 Bytes

A simple Telegram bot

This is a simple Telegram bot created with the tutorial here.
Since the tutorial is done in interactive mode, I think a sorted script might help.
Do it by yourself first is strongly suggested!

bot token

Talk to BotFather and get your own token.

config.ini

Replace {your-token} with your own token (' or " is not needed!) and you are good to go!
Just enter python3 main.py and see how amazing your bot is!