Pure Python 3 MTProto API Telegram client library, for bots too!
Go to file
Lonami 1dac866118 Initial release
The initial release contains the most basic implementation of TLSharp core.
This is also fully untested, since no test can be done until more work is done.
2016-08-26 12:58:53 +02:00
network Initial release 2016-08-26 12:58:53 +02:00
requests Initial release 2016-08-26 12:58:53 +02:00
utils Initial release 2016-08-26 12:58:53 +02:00
LICENSE Initial release 2016-08-26 12:58:53 +02:00
main.py Initial release 2016-08-26 12:58:53 +02:00
README.md Initial release 2016-08-26 12:58:53 +02:00

Telethon

Telethon is Telegram client implementation in Python. This project is completely based on TLSharp, so please, also have a look to the original project!

Requirements

This project requires the following Python modules, which can be installed by issuing sudo -H pip install <module> on a Linux terminal:

We need your help!

As of now, the project is fully untested and with many pending things to do. If you know both Python and C#, please don't think it twice and help us (me)!