{"id":28404955,"url":"https://github.com/bhftbootcamp/libtdjson.jl","last_synced_at":"2026-01-29T16:36:16.043Z","repository":{"id":293246276,"uuid":"983414669","full_name":"bhftbootcamp/LibTDJSON.jl","owner":"bhftbootcamp","description":"Julia wrapper for the libtdjson library","archived":false,"fork":false,"pushed_at":"2025-09-09T10:57:00.000Z","size":221,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T10:39:53.892Z","etag":null,"topics":["libtdjson","tdlib","telegram-api"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/bhftbootcamp.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-14T10:52:37.000Z","updated_at":"2025-09-09T10:53:51.000Z","dependencies_parsed_at":"2025-05-14T11:53:27.461Z","dependency_job_id":"608c3e8c-2402-48ca-9204-5d472066ef61","html_url":"https://github.com/bhftbootcamp/LibTDJSON.jl","commit_stats":null,"previous_names":["bhftbootcamp/libtdjson.jl"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bhftbootcamp/LibTDJSON.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FLibTDJSON.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FLibTDJSON.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FLibTDJSON.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FLibTDJSON.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhftbootcamp","download_url":"https://codeload.github.com/bhftbootcamp/LibTDJSON.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FLibTDJSON.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["libtdjson","tdlib","telegram-api"],"created_at":"2025-06-01T21:09:55.015Z","updated_at":"2026-01-29T16:36:16.037Z","avatar_url":"https://github.com/bhftbootcamp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibTDJSON.jl\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bhftbootcamp.github.io/LibTDJSON.jl/stable/)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bhftbootcamp.github.io/LibTDJSON.jl/dev/)\n[![Build Status](https://github.com/bhftbootcamp/LibTDJSON.jl/actions/workflows/Coverage.yml/badge.svg?branch=master)](https://github.com/bhftbootcamp/LibTDJSON.jl/actions/workflows/Coverage.yml?query=branch%3Amaster)\n[![Coverage](https://codecov.io/gh/bhftbootcamp/LibTDJSON.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bhftbootcamp/LibTDJSON.jl)\n[![Registry](https://img.shields.io/badge/registry-Green-green)](https://github.com/bhftbootcamp/Green)\n\nWrapper for TDLib’s C JSON [interface](https://core.telegram.org/tdlib/docs/td__json__client_8h.html) for building Telegram clients in Julia.\n\n## Installation\n\nIf you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first:\n\n```\n] registry add https://github.com//Green.git\n```\n\nTo install LibTDJSON, simply use the Julia package manager:\n\n```julia\n] add LibTDJSON\n```\n\n## Usage\n\nGeneral pattern of usage\n\n```julia\nusing LibTDJSON\n\nconst WAIT_TIMEOUT = 10.0\n\nclient_id = td_create_client_id()\n\nwhile true\n    event = td_receive(WAIT_TIMEOUT)\n    if event != C_NULL\n        # parse the result as a JSON object\n    end\nend\n```\n\n## Useful Links\n\n- [TDLib](https://github.com/tdlib/td) – Official library repository.\n- [TDLib_jll.jl](https://github.com/JuliaBinaryWrappers/TDLib_jll.jl) – Julia wrapper for TDLib.\n\n## Contributing\n\nContributions to LibTDJSON are welcome! If you encounter a bug, have a feature request, or would like to contribute code, please open an issue or a pull request on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Flibtdjson.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhftbootcamp%2Flibtdjson.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Flibtdjson.jl/lists"}