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.
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