An open API service indexing awesome lists of open source software.

https://github.com/himkt/dobato-rs


https://github.com/himkt/dobato-rs

Last synced: 9 days ago
JSON representation

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."
```