{"id":24956787,"url":"https://github.com/bug-ops/vkteams-bot","last_synced_at":"2025-04-10T19:04:32.411Z","repository":{"id":211707892,"uuid":"729789318","full_name":"bug-ops/vkteams-bot","owner":"bug-ops","description":"VK Teams Bot API Client","archived":false,"fork":false,"pushed_at":"2025-01-08T17:58:07.000Z","size":165,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T16:46:07.396Z","etag":null,"topics":["api","bot","rust","vkteams"],"latest_commit_sha":null,"homepage":"https://docs.rs/vkteams-bot/latest","language":"Rust","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/bug-ops.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-10T11:16:16.000Z","updated_at":"2025-02-04T08:20:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"50230223-5baf-4d9d-b2bb-1008275263bd","html_url":"https://github.com/bug-ops/vkteams-bot","commit_stats":null,"previous_names":["k05h31/vkteams-bot","bug-ops/vkteams-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fvkteams-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fvkteams-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fvkteams-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fvkteams-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bug-ops","download_url":"https://codeload.github.com/bug-ops/vkteams-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279196,"owners_count":21077406,"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":["api","bot","rust","vkteams"],"created_at":"2025-02-03T06:41:11.783Z","updated_at":"2025-04-10T19:04:32.390Z","avatar_url":"https://github.com/bug-ops.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv\u003e\n\u003ca href=\"https://docs.rs/vkteams-bot/latest/vkteams_bot/\"\u003e\n    \u003cimg src=\"https://img.shields.io/docsrs/vkteams-bot/latest\" alt=\"docs.rs\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/vkteams-bot\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/vkteams-bot\" alt=\"crates.io\"\u003e\n\u003c/a\u003e\n \u003ca href=\"https://github.com/k05h31/vkteams-bot/actions\"\u003e\n    \u003cimg src=\"https://github.com/k05h31/vkteams-bot/workflows/Rust/badge.svg\" alt=\"github.com\"\u003e\n\u003c/a\u003e\n \u003ca href=\"https://github.com/rust-secure-code/safety-dance/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/unsafe-forbidden-success.svg\" alt=\"Unsafe forbidden\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n# VK Teams Bot API client\n\nVK Teams Bot API client written in Rust.\n\n## Table of Contents\n\n- [Environment](#environment)\n- [Usage](#usage-examples)\n\n## Environment\n\n1. Begin with bot API following [instructions](https://teams.vk.com/botapi/?lang=en)\n\n2. Set environment variables or save in `.env` file\n\n```bash\n# Unix-like\n$ export VKTEAMS_BOT_API_TOKEN=\u003cYour token here\u003e #require\n$ export VKTEAMS_BOT_API_URL=\u003cYour base api url\u003e #require\n$ export VKTEAMS_PROXY=\u003cProxy\u003e #optional\n\n# Windows\n$ set VKTEAMS_BOT_API_TOKEN=\u003cYour token here\u003e #require\n$ set VKTEAMS_BOT_API_URL=\u003cYour base api url\u003e #require\n$ set VKTEAMS_PROXY=\u003cProxy\u003e #optional\n```\n\n3. Put lines in you `Cargo.toml` file\n\n```toml\n[dependencies]\nvkteams_bot = { version = \"0.6\", feature = [\"full\"] }\nlog = \"0.4\"\n```\n\n## Usage examples\n\n[Examples:](examples)\n\n- [new message](examples/new_message.rs)\n- [new message / edit message](examples/emul_chat_gpt.rs)\n- [event listener](examples/event_listener.rs)\n- [answer callback query](examples/callback_query.rs)\n- [chat - get info](examples/chat_get_info.rs)\n- [chat admin - avatar set](examples/chat_admin_avatar_set.rs)\n- [chat - download files](examples/chat_get_file.rs)\n- [bot - webhook handler](examples/prometheus_webhook.rs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug-ops%2Fvkteams-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbug-ops%2Fvkteams-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug-ops%2Fvkteams-bot/lists"}