telega
telega copied to clipboard
Entities and methods generator
The idea is to generate API types and methods automatically as a result of parsing HTML page located at https://core.telegram.org/bots/api
Common workflow:
- Download webpage HTML and parse it
- Generate dlang structs/classes/functions
- Write generated code to corresponding
.d
files - Optionally, generate DDOC documentation and unit tests
Similiar projects https://github.com/omarmiatello/telegram-api-generator