Twx
Unofficial Telegram Bot API for Python
Install / Use
/learn @datamachine/TwxREADME
######################################################################## TWX: Abstraction Layer Over Telegram's Bot API and MTProto Chat Potocols ########################################################################
:contributions: Please join https://github.com/datamachine/twx :issues: Please use https://github.com/datamachine/twx/issues :Python version supported: 3.4
TWX is a python interface for the Telegram bot API. It supports making synchronous and asynchronous calls and converts the response into a usable native python object.
Support for the MTProto API is in the works, but considered pre-alpha right now.
======= Install
For stable:
pip install twx
For dev:
pip install -i https://testpypi.python.org/pypi twx
.. note::
If you are only looking for the Telegram Bot API Client, it can be be found at: https://github.com/datamachine/twx.botapi
