Go Slack bot app, which be deployed to Heroku.
git clone https://github.com/masumomo/gopher-slackbot.git
cd gopher-slackbot
go build -o bin/gopher-slackbot -v . # or `go build -o bin/gopher-slackbot.exe -v .` in git bash
You have to set up these env valuable below
- SLACK_BOT_TOKEN
- SLACK_VERIFY_TOKEN
heroku create
git push heroku master
heroku open
or
heroku logs -tail
/events
/interactions
/commands
/webhook-triggered-by-mail
/webhook