pytobot icon indicating copy to clipboard operation
pytobot copied to clipboard

Turns any script into a telegram bot

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