Commit Briefs

22d5247abc witcher

add ci (main)


a199fa7211 Witcher01

update README


c30f1ffc28 Witcher01

change default api endpoint


03eaf60276 Witcher01

add LICENSE


c5a8e6912d Witcher01

fixed module name


a9fd57ded5 Witcher01

fixed Makefile spelling error


8a053cdbd2 Witcher01

added info about api source


ef5ce91064 Witcher01

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


f3dcdaf351 Witcher01

added missing error for a RespondText


c29a6ee873 Witcher01

added embed for trackedDistricts


Branches

Tags

This repository contains no tags

Tree

.build.ymlcommits | blame
.gitignorecommits | blame
LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
args.gocommits | blame
covid.gocommits | blame
discord.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
main.gocommits | blame

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).