Skip to content

dmitrijkotov634/pytobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytobot

Turns any script into a telegram bot

pypi

Install

pip install --upgrade pytobot

Usage

Script:

while True:
    message = input()
    if message == "/hello":
        print("Hello, world!")

Terminal:

$ pytobot script.py -t TOKEN

About

Turns any script into a telegram bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages