1 unstable release

Uses new Rust 2024

new 0.9.0 May 11, 2025
0.7.0 May 6, 2025
0.6.6 Jan 8, 2025
0.6.5 Oct 6, 2024
0.2.2 Dec 28, 2023

#313 in HTTP client

Download history 2/week @ 2025-02-05 11/week @ 2025-02-26 89/week @ 2025-04-30 315/week @ 2025-05-07

404 downloads per month
Used in vkteams-bot-cli

MIT/Apache

99KB
2K SLoC

VK Teams Bot API client

docs.rs crates.io github.com Unsafe forbidden

Table of Contents

Environment

  1. Begin with bot API following instructions

  2. Set environment variables or save in .env file

# Unix-like
$ export VKTEAMS_BOT_API_TOKEN=<Your token here> #require
$ export VKTEAMS_BOT_API_URL=<Your base api url> #require
$ export VKTEAMS_PROXY=<Proxy> #optional

# Windows
$ set VKTEAMS_BOT_API_TOKEN=<Your token here> #require
$ set VKTEAMS_BOT_API_URL=<Your base api url> #require
$ set VKTEAMS_PROXY=<Proxy> #optional
  1. Put lines in you Cargo.toml file
[dependencies]
vkteams_bot = { version = "0.9", features = ["full"] }
log = "0.4"

Usage examples

Examples:

Dependencies

~8–23MB
~311K SLoC