mgrandi / telegam_tl_parser

A project to parse Telegram TL files, and scripts to convert that into a variety of formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram_tl_parser

Description

A project written in python that parses Telegram TL files (at least the tdlib one).

Can be used as a library to get an Object representation of the TL file, or can be used with included scripts to convert the TL file to different formats:

  • JSON
  • a .py file with the TL types and functions written out as attr style classes

License

MIT License

Misc

created by Mark Grandi on 2019-11-21

About

A project to parse Telegram TL files, and scripts to convert that into a variety of formats

License:MIT License


Languages

Language:Python 100.0%