mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
Pulls from git and posts to discord
This commit is contained in:
parent
d63f121871
commit
b37a425589
12 changed files with 611 additions and 5 deletions
14
README.md
14
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue