{"id":15713755,"url":"https://github.com/protoncr/tl_parser","last_synced_at":"2025-03-30T18:47:51.936Z","repository":{"id":91429650,"uuid":"257740385","full_name":"protoncr/tl_parser","owner":"protoncr","description":"Type Language parser for Crystal","archived":false,"fork":false,"pushed_at":"2021-11-24T22:48:55.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:27:28.635Z","etag":null,"topics":["crystal","crystal-lang","crystal-language","mtproto","telegram","tl","type-language"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protoncr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-21T23:32:17.000Z","updated_at":"2021-11-24T22:48:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"41f29f0f-07ef-42fc-b211-635995cd02a8","html_url":"https://github.com/protoncr/tl_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protoncr%2Ftl_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protoncr%2Ftl_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protoncr%2Ftl_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protoncr%2Ftl_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protoncr","download_url":"https://codeload.github.com/protoncr/tl_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365640,"owners_count":20765546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crystal","crystal-lang","crystal-language","mtproto","telegram","tl","type-language"],"created_at":"2024-10-03T21:33:13.444Z","updated_at":"2025-03-30T18:47:51.527Z","avatar_url":"https://github.com/protoncr.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TLParser\n\nThis library makes parsing `.tl` files with Crystal simple. It's about 95% complete, and will allow the parsing of most [Type Language](https://core.telegram.org/mtproto/TL) grammars.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     tl_parser:\n       github: protoncr/tl_parser\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"tl_parser\"\n\ndata = File.read(\"api.tl\")\ndefs = TLParser.parse(data)\n\npp defs\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/watzon/tl_parser/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Chris Watzon](https://github.com/watzon) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotoncr%2Ftl_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotoncr%2Ftl_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotoncr%2Ftl_parser/lists"}