Telegram bot library
pip install telepy==0.0.30
Telegram bot library.
view readthedocs
GitLab
pypi
requires python 3 + to run.
pip3 install telepy
from Tele import *
@bot('text')
def echo(update):
update.reply(update.text)
account('TOKEN')
bot_run()