News

Installing both python-telegram-bot and python-telegram-bot-raw in conjunction will result in undesired side-effects, so only install one of both.
python-telegram-bot is most useful when used along with additional libraries. To minimize dependency conflicts, we try to be liberal in terms of version requirements on the (optional) dependencies.
The libraries we need for our bot are: Flask: A micro web framework built in Python. Python-telegram-bot: A Telegram wrapper in Python. Requests: A popular Python http library.