2 unstable releases

new 0.4.0 May 12, 2024
0.3.3 May 10, 2024
0.3.1 Apr 7, 2024
0.3.0 Jan 14, 2024
0.1.13 Dec 22, 2023

#234 in HTTP client

Download history 20/week @ 2024-02-22 19/week @ 2024-02-29 3/week @ 2024-03-28 116/week @ 2024-04-04 45/week @ 2024-04-11 448/week @ 2024-04-18 129/week @ 2024-05-02 261/week @ 2024-05-09

853 downloads per month
Used in vkteams-bot-cli

MIT license

97KB
2K SLoC

VK Teams Bot API client

VK Teams Bot API client written in Rust.

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 = "0.4"
log = "0.4"

Usage examples

Examples:

Dependencies

~10–24MB
~358K SLoC