mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-04 12:42:15 +00:00
16 lines
305 B
Markdown
16 lines
305 B
Markdown
# NZCovidBot
|
|
Pull data from Github and parse new locations and fire them off to any configured endpoints
|
|
|
|
## Config
|
|
Copy .env.example to .env and fill in the blanks.
|
|
|
|
### Run locally
|
|
```
|
|
go run cmd/nzcovidbot/*.go
|
|
```
|
|
|
|
### Build
|
|
```
|
|
go build -o nzcovidbot cmd/nzcovidbot/*.go
|
|
./nzcovidbot
|
|
```
|