#bot-api #team #bot #vk #cli #api-bindings

app vkteams-bot-cli

VK Teams Bot API CLI

3 个版本

0.5.4 2024年7月19日
0.5.3 2024年7月14日
0.5.2 2024年6月30日
0.4.0 2024年5月12日
0.1.3 2023年12月29日

HTTP客户端 中排名第 51

Download history 33/week @ 2024-04-11 164/week @ 2024-04-18 135/week @ 2024-05-09 10/week @ 2024-05-16 166/week @ 2024-05-30 11/week @ 2024-06-06 4/week @ 2024-06-13 173/week @ 2024-06-27 18/week @ 2024-07-04 137/week @ 2024-07-11 152/week @ 2024-07-18 65/week @ 2024-07-25

每月下载量 382

MIT 许可证

17KB
170

VK Teams Bot API Cli

VK Teams Bot API 终端应用程序。

目录

环境

  1. 按照 说明 开始使用机器人API
  2. 设置环境变量或保存到 .env 文件
# 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

$ cargo install vkteams-bot-cli

# 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

# Build from source
$ cargo install vkteams-bot-cli

使用方法

# Help
$ vkteams-bot-cli --help
# Listen for events
$ vkteams-bot-cli get-events -l true | grep "ALARM"
# Send text
$ vkteams-bot-cli send-text -u <USER_ID> -m "text message"
# Send file
$ vkteams-bot-cli send-file -u <USER_ID> -f <FILE_PATH>
# Download file
$ vkteams-bot-cli get-file -i <FILE_ID> -f <FILE_PATH>

命令

命令 描述
get-events 监听事件(长轮询)
send-text 发送文本消息
send-file 发送文件到聊天
get-file 从API下载文件

依赖项

~11–23MB
~343K SLoC