Tree


LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
go.modcommits | blame
go.sumcommits | blame
main.gocommits | blame
srcom/

README.md

# discord_sr

discord_sr talk to the speedrun.com REST API via srapi and posts the formatted result to a discord channel.

## Compiling

Install the dependencies:

- go

Then compile discord_covid19:

```
go build main.go
```

## Usage

```
./main --token <authentication token>
```

## Usage

For usage help send a command to the bot (currently one of `*records`, `*top`, and `*wr`) and read the help.

## Resources

Send patches and questions to [~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).

Instructions for preparing a patch are available at [git-send-email.io](https://git-send-email.io).

Bugs and todo can be found at [~witcher/discord_sr](https://todo.sr.ht/~witcher/discord_sr).