Pulls from git and posts to discord

This commit is contained in:
Daniel Mason 2021-09-01 21:22:09 +12:00
parent d63f121871
commit b37a425589
Signed by: idanoo
GPG key ID: 387387CDBC02F132
12 changed files with 611 additions and 5 deletions

View file

@ -1,3 +1,13 @@
# covid-location-discord-bot
# NZCovidBot
Pull data from Github and parse new locations and fire them off to any configured endpoints
Post to discord webhooks when new locations are posted
### Run locally
```
go run cmd/nzcovidbot/*.go
```
### Build
```
go build -o nzcovidbot cmd/nzcovidbot/*.go
./nzcovidbot
```