Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 360 Bytes

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.