No description
Find a file
2021-09-01 22:45:54 +12:00
cmd/nzcovidbot Pulls from git and posts to discord 2021-09-01 21:22:09 +12:00
internal/nzcovidbot Fix twitter formatting 2021-09-01 22:45:54 +12:00
.env.example Tidy formatting 2021-09-01 22:23:02 +12:00
.gitignore Pulls from git and posts to discord 2021-09-01 21:22:09 +12:00
go.mod Pulls from git and posts to discord 2021-09-01 21:22:09 +12:00
go.sum Pulls from git and posts to discord 2021-09-01 21:22:09 +12:00
LICENSE Initial commit 2021-09-01 17:37:22 +12:00
README.md Tidy formatting 2021-09-01 22:23:02 +12:00

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