Skip to content

Gopher slack bot app using Go applied clean architecture.

License

Notifications You must be signed in to change notification settings

masumomo/gopher-slackbot

Repository files navigation

Gopher slack bot

Go Slack bot app, which be deployed to Heroku.

Prepare Locally

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

Deploying to Heroku

Set up environmental valuable

You have to set up these env valuable below

  • SLACK_BOT_TOKEN
  • SLACK_VERIFY_TOKEN

Deploy

heroku create
git push heroku master
heroku open

or

heroku logs -tail

Endpoints

  • /events
  • /interactions
  • /commands
  • /webhook-triggered-by-mail
  • /webhook

About

Gopher slack bot app using Go applied clean architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published