- Description:
- discord_covid19 talks to the RKI (Robert-Koch-Institut) REST API and posts the formatted result to a discord channel (archived)
- Owner:
- Thomas Böhler
- Last Change:
- Clone URL:
ssh://anonymous@got.wtchr.de:61459/discord_covid19.git
Commit Briefs
add ci (main)
removing vaccinations.go
it's not being used currently and needs a rewrite anyways. i might only rewrite it after implementing data for states and/or history
Branches
Tree
README.md
# discord_covid19 discord_covid19 talks to the RKI (Robert-Koch-Institut) REST API and posts the formatted result to a discord channel using the [rki-covid-api](https://github.com/marlon360/rki-covid-api) written by [marlon360](https://github.com/marlon360/) as the REST API source. ## Compiling Install the dependencies: - go Then compile discord_covid19: ``` make ``` ## Usage ``` discovd_covid19 -h ``` ## 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_covid19](https://todo.sr.ht/~witcher/discord_covid19).
