#discord #webhook #cli #命令行 #工具 #discord-bot

bin+lib discord-webhook-cli

简单的 Discord Webhooks 命令行工具(非 discord 机器人)

1 个不稳定版本

0.1.1 2023 年 9 月 2 日
0.1.0 2023 年 9 月 2 日

#69#webhook

MIT 许可证

13KB

Discord-Webhook-CLI

一个用于通过 Discord Webhooks 发送消息的简单命令行工具。适用于 CI 消息。

安装

需要在您的系统上安装 cargo(因此需要安装 rust 工具链)。然后从 crates.io 安装

cargo install discord-webhook-cli

使用

# NOTE: Will run dotenv and load from .env file if it exists, OVERWRITING CLI ARGS!
DISCORD_WEBHOOK_CLI_URL="https://your-url" DISCORD_WEBHOOK_CLI_MSG="cool message" DISCORD_WEBHOOK_CLI_USERNAME="Awesome Easy Bot" discord-webhook-cli
# Or you can use the flags
# PS: RUST_LOG exists for debugging purposes
RUST_LOG="trace" discord-webhook-cli --url "https://your-url" --msg "another cool message" --username "Awesome Easy Bot"

依赖

~12–26MB
~402K SLoC