Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 336 Bytes

go-slack-bot

A super simple go slack bot

Buiding the bot outside of docker requires gb:

go get github.com/constabulary/gb/...
gb build ./...

Building with Docker:

docker build -t beepboophq/go-slack-bot .

Running

docker run -it --rm -e SLACK_TOKEN=<YOUR_SLACK_TOKEN> beepboophq/go-slack-bot