{"id":21323761,"url":"https://github.com/xeimsuck/zola","last_synced_at":"2026-02-16T15:01:20.164Z","repository":{"id":252254369,"uuid":"839892915","full_name":"xeimsuck/Zola","owner":"xeimsuck","description":"Library for working with Telegram API","archived":false,"fork":false,"pushed_at":"2024-10-27T12:51:56.000Z","size":328,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T17:51:34.737Z","etag":null,"topics":["api","cpp","library","telegram","telegram-api","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xeimsuck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-08T14:34:11.000Z","updated_at":"2024-11-05T12:03:43.000Z","dependencies_parsed_at":"2024-11-21T20:38:06.209Z","dependency_job_id":null,"html_url":"https://github.com/xeimsuck/Zola","commit_stats":null,"previous_names":["xeimsuck/zola"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xeimsuck/Zola","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeimsuck%2FZola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeimsuck%2FZola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeimsuck%2FZola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeimsuck%2FZola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeimsuck","download_url":"https://codeload.github.com/xeimsuck/Zola/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeimsuck%2FZola/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["api","cpp","library","telegram","telegram-api","telegram-bot","telegram-bot-api"],"created_at":"2024-11-21T20:27:04.366Z","updated_at":"2026-02-16T15:01:20.147Z","avatar_url":"https://github.com/xeimsuck.png","language":"C++","readme":"# Zola\n****\n## About\nLibrary for working with Telegram API.\n## Dependencies\n**Languages:** C++20  \n**Build systems:** CMake, Make  \n**Libraries:** libcurl, nlohmann/json, magic_enum\n## Documentation\nCreate documentation with doxygen\n```shell\ndoxygen doxygen.conf\ncd documentation/html\n# open index.html file\n```\nIt will be deployed soon\n## Hot to build\n1. Create a build directory and navigate into it\n```shell\nmkdir build\ncd build\n```\n2. Build a project with cmake\n```shell\ncmake ..\nmake\nsudo make install\n# if possible use -j4 with make \n```\n## Project examples\n### Echo bot\n```c++\n#include \u003cZola/Zola.hpp\u003e\n\nusing namespace Zola;\n\nint main(int argc, char*argv[]){\n    // Create a bot with your token\n    auto\u0026 bot = Bot::init(\"7047048031:AAEbb5yTcq5Gd86ecYjnsUg2Qore3pgAAzg\");\n    // Add handler on any messages\n    bot.getEventHandler().getMessageHandler().addAny([\u0026](const Objects::Message\u0026 msg){\n        // Send a message which bot received\n        bot.getAPI().sendMessage(msg.text.value_or(\"It is not message\"), msg.chat.id);\n    });\n    try {\n        // Run a bot\n        bot.run();\n    } catch (const std::exception\u0026 ex){\n        std::cerr \u003c\u003c ex.what();\n        return 1;\n    }\n    return 0;\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeimsuck%2Fzola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeimsuck%2Fzola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeimsuck%2Fzola/lists"}