https://github.com/himkt/dobato-rs
https://github.com/himkt/dobato-rs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/dobato-rs
- Owner: himkt
- Created: 2022-07-11T16:47:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T08:24:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T17:48:40.842Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dobato - 堂鳩
[Dobato (堂鳩)](https://www.suntory.co.jp/eco/birds/encyclopedia/detail/4642.html)
is a simple tool to send a message to Discord. This is the Rust implementation of
https://github.com/himkt/dobato
### Install
Download the appropriate binary from [Releases](https://github.com/himkt/dobato-rs/releases) for your environment.
Then place the binary where executable programs are located.
### Configure discord webhook
Run `dobato setup`.
```bash
> ./dobato-rs setup
webhook URL: https://webhook.example.com
Stored webhook to /Users/himkt/.config/dobato/webhook.txt
```
### Notify as a command
```bash
dobato-rs post --text "Hello, World."
```