Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 213 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 213 Bytes

pytgbot

Simple telegram bot test

config file

Add the config.py in general package if you want to test the bot. It must contain line of code:

config.py TG_PROXY = 'Your_Proxy' TG_BOT_TOKEN = 'Your_Token'