3 releases
0.6.5 | Oct 6, 2024 |
---|---|
0.6.2 | Jul 21, 2024 |
0.3.0 |
|
0.2.2 |
|
#218 in HTTP client
2,331 downloads per month
Used in vkteams-bot-cli
96KB
2K
SLoC
VK Teams Bot API client
VK Teams Bot API client written in Rust.
Table of Contents
Environment
-
Begin with bot API following instructions
-
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
- Put lines in you
Cargo.toml
file
[dependencies]
vkteams_bot = { version = "0.6", feature = ["full"] }
log = "0.4"
Usage examples
Dependencies
~7–20MB
~283K SLoC