Lonami 1974569927 Added a .tl file tokenizer and parser
A TLObject class has been added, as well as a method for tokenizen .tl files.
A TLObject can be created by simply calling `TLObject.from_tl(tl_line)`,
  this will tokenize the .tl line and return a new TLObject with all
  the required properties extracted.
Also added another method to load .tl files and yield TLObjects, including
  a SourceBuilder that can be later used to generate Python code.
2016-08-26 19:12:20 +02:00
2016-08-26 12:58:53 +02:00
2016-08-26 12:58:53 +02:00
2016-08-26 19:12:20 +02:00
2016-08-26 12:58:53 +02:00
2016-08-26 12:58:53 +02:00
2016-08-26 19:12:20 +02:00
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)!

Description
Pure Python 3 MTProto API Telegram client library, for bots too!
Readme MIT 24 MiB
Languages
Python 97.6%
CSS 0.8%
HTML 0.8%
JavaScript 0.6%