pytobot Turns any script into a telegram bot Install pip install --upgrade pytobot Usage Script: while True: message = input() if message == "/hello": print("Hello, world!") Terminal: $ pytobot script.py -t TOKEN