{"id":15107889,"url":"https://github.com/botscommunity/vkgo","last_synced_at":"2026-01-28T22:33:45.951Z","repository":{"id":205677711,"uuid":"714421189","full_name":"botscommunity/vkgo","owner":"botscommunity","description":"🏙️💗🍭 Flexible and high-performance VK API module Go","archived":false,"fork":false,"pushed_at":"2023-11-05T22:21:33.000Z","size":283,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T00:25:52.564Z","etag":null,"topics":["api","callback","carousel","go","golang","keyboard","longpoll","multibot","template","vk","vk-api","vk-bot","vkontakte","vkontakte-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/botscommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-04T21:10:29.000Z","updated_at":"2024-04-17T13:50:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"17fef958-5560-441c-8bb7-9131372f071e","html_url":"https://github.com/botscommunity/vkgo","commit_stats":null,"previous_names":["botscommunity/vkgo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/botscommunity/vkgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botscommunity%2Fvkgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botscommunity%2Fvkgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botscommunity%2Fvkgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botscommunity%2Fvkgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botscommunity","download_url":"https://codeload.github.com/botscommunity/vkgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botscommunity%2Fvkgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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","callback","carousel","go","golang","keyboard","longpoll","multibot","template","vk","vk-api","vk-bot","vkontakte","vkontakte-api"],"created_at":"2024-09-25T21:42:36.459Z","updated_at":"2026-01-28T22:33:45.931Z","avatar_url":"https://github.com/botscommunity.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"preview.png\" alt=\"Bots Community\"\u003e\r\n\r\n\u003cp align=\"center\"\u003eFlexible and high-performance VK API module Go\u003c/p\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\t\u003ca href=\"https://pkg.go.dev/github.com/botscommunity/vkgo\"\u003e\r\n\t\t\u003cimg src=\"https://img.shields.io/static/v1?label=go\u0026message=reference\u0026color=00add8\u0026logo=go\" /\u003e\r\n\t\u003c/a\u003e\r\n\t\u003ca href=\"http://www.opensource.org/licenses/MIT\"\u003e\r\n\t\t\u003cimg src=\"https://img.shields.io/badge/license-MIT-fuchsia.svg\" /\u003e\r\n\t\u003c/a\u003e\r\n    \u003ca href=\"https://goreportcard.com/report/github.com/botscommunity/vkgo\"\u003e\r\n\t\t\u003cimg src=\"https://goreportcard.com/badge/github.com/botscommunity/vkgo\" /\u003e\r\n\t\u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n\r\n\u003ch2 align=\"center\"\u003eInstalation\u003c/h2\u003e\r\n\r\n```bash\r\ngo get github.com/botscommunity/vkgo\r\n```\r\n\r\n\u003ch2 align=\"center\"\u003eGetting started\u003c/h2\u003e\r\n\r\nExamples of working bots can be seen in the catalog [/samples](./samples)\r\n\r\nA simple example of a LongPoll API Bot:\r\n\r\n```go\r\npackage main\r\n\r\nimport (\r\n  \"github.com/botscommunity/vkgo/api\"\r\n  \"github.com/botscommunity/vkgo/longpoll\"\r\n  \"github.com/botscommunity/vkgo/scene\"\r\n  \"github.com/botscommunity/vkgo/update\"\r\n  \"os\"\r\n)\r\n\r\nfunc main() {\r\n  bot, err := api.New(os.Getenv(\"TOKEN\"))\r\n  if err != nil {\r\n\t  panic(err)\r\n  }\r\n\r\n  messageScene := scene.Message(func(bot *api.Bot, message update.Message) {\r\n    bot.SendMessage(message.ChatID, \"echo message: \"+message.Text)\r\n  })\r\n\r\n  longpoll.Start(bot, messageScene)\r\n}\r\n```\r\n\r\n\u003ch2 align=\"center\"\u003eHelp in solving problems\u003c/h2\u003e\r\n\r\nDon't know how to solve your problem? Ask the programmers from [our community](./CONTACTS.md). There is a chance that they have already dealt with this problem and are ready to help you","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotscommunity%2Fvkgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotscommunity%2Fvkgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotscommunity%2Fvkgo/lists"}