Commit Briefs

d9771aa9fd witcher

fix formatting (main)


66d541a768 witcher

add ci


86683d4abf Witcher01

update README, add Makefile


ebde964eeb Witcher01

add LICENSE


780e0c523c Witcher01

added README.md


82e5b12a48 Witcher01

initial commit


Branches

Tags

This repository contains no tags

Tree

.build.ymlcommits | blame
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).