Skip to content

quinnthomson/go-slack-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A super simple go slack bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%