This website requires JavaScript.
Explore
Help
Register
Sign In
LonamiWebs
/
Telethon
Watch
1
Star
1
Fork
0
You've already forked Telethon
mirror of
https://github.com/LonamiWebs/Telethon.git
synced
2024-11-25 10:53:44 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fc6984d423
Telethon
/
.gitignore
5 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 20:12:20 +03:00
__pycache__/
Reboot project
2023-06-04 12:36:27 +03:00
*.py[cod]
*$py.class
.pytest_cache/
Reference in New Issue
Copy Permalink