/gerard

A slack bot written in golang

Primary LanguageGo

gerard

gerard is a slack bot written in Go.

installation

go install ./gerard*.go

usage

export your slack API KEY that you can get from your slack profile.

export ROLLMOPS_SLACK_API_KEY=<API-KEY>
go run ./gerard*.go

contribution

  • If you want to contribute, make sure that you write tests for the code you are submitting.