{"id":26148985,"url":"https://github.com/codedynasty-dev/wo","last_synced_at":"2026-04-24T10:02:21.520Z","repository":{"id":163048857,"uuid":"638018662","full_name":"CodeDynasty-dev/wo","owner":"CodeDynasty-dev","description":"wo: Telegram bot API lib in zig","archived":false,"fork":false,"pushed_at":"2023-06-06T07:25:56.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-01T05:24:46.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/CodeDynasty-dev.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":"2023-05-08T23:06:46.000Z","updated_at":"2024-02-08T02:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"74374e14-cd2f-4a96-ab20-32e12d95c355","html_url":"https://github.com/CodeDynasty-dev/wo","commit_stats":null,"previous_names":["codedynasty-foo/wo","codedynasty-dev/wo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fwo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fwo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fwo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fwo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDynasty-dev","download_url":"https://codeload.github.com/CodeDynasty-dev/wo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242975437,"owners_count":20215459,"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":[],"created_at":"2025-03-11T05:22:30.654Z","updated_at":"2026-04-24T10:02:16.292Z","avatar_url":"https://github.com/CodeDynasty-dev.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wo\n\n## All your bots are belong to us\n\nTelegram bot API lib in zig\n\n---\n\n### Current apis\n\n```zig\nconst std = @import(\"std\");\nconst tm = @import(\"./tmstruct.zig\");\npub fn main() !void {\n    var gpa = std.heap.GeneralPurposeAllocator(.{}){};\n    const allocator = gpa.allocator();\n    var token = \"1234567890:aaaaaaaaaaaaa-bbbbbbbbbbbb-ccccccc\";\n    const bot = tm.Bot.init(allocator, token);\n    // retrieve bot's getMe info\n    _ = try bot.getMe();\n\n    // join the api and this path and return the url\n    _ = try bot.getUri(\"/api\");\n    // https://api.telegram.org/bot1234567890:aaaaaaaaaaaaa-bbbbbbbbbbbb-ccccccc/api\n}\n\n```\n\nCurrently working adding more apis, create a pr if you want to help support.\n\n## How do i use it?\n\n---\n\nBy riping out what you want, am not ready for providing packaging or something till it's mostly usable\n\n## Enjoy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Fwo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedynasty-dev%2Fwo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Fwo/lists"}