Crates.io | vkteams-bot |
lib.rs | vkteams-bot |
version | 0.6.5 |
source | src |
created_at | 2023-12-10 11:25:42.899526 |
updated_at | 2024-10-06 23:16:18.160875 |
description | VK Teams Bot API client |
homepage | |
repository | https://github.com/bug-ops/vkteams-bot/tree/master |
max_upload_size | |
id | 1064154 |
size | 179,223 |
VK Teams Bot API client written in Rust.
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
Cargo.toml
file[dependencies]
vkteams_bot = { version = "0.6", feature = ["full"] }
log = "0.4"