Skip to content
/ PyBot Public

A Telegram Bot which interprets messages as python code

License

Notifications You must be signed in to change notification settings

MaxOmlor/PyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBot

A Telegram Bot which interprets messages as python code

setup

after downloading the project, you'll need to create a Telegram-Bot. in this process you will get a api-key for your newly created bot. save this key.

go to the downloaded PyBot project files and add a new python file to the PyBot directory. name it 'Constants.py'. open the file and add the line

API_KEY = 'xxxxx'

replace 'xxxxx' by the saved api key for your Telegram-Bot. now you are ready to go.

execute main.py. now you should be able to run python code on your Telegram-Bot. have fun :)

About

A Telegram Bot which interprets messages as python code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages