A simple CLI for sending messages through discord web hooks. Useful for CI messages.
Requires cargo
(and hence the rust
toolchain) installed on your system.
Then install from crates.io:
bash
cargo install discord-webhook-cli
```bash
DISCORDWEBHOOKCLIURL="https://your-url" DISCORDWEBHOOKCLIMSG="cool message" DISCORDWEBHOOKCLI_USERNAME="Awesome Easy Bot" discord-webhook-cli
RUST_LOG="trace" discord-webhook-cli --url "https://your-url" --msg "another cool message" --username "Awesome Easy Bot" ```