gerard is a slack bot written in Go.
go install ./gerard*.go
export your slack API KEY that you can get from your slack profile.
export ROLLMOPS_SLACK_API_KEY=<API-KEY>
go run ./gerard*.go
- If you want to contribute, make sure that you write tests for the code you are submitting.