Code Monkey home page Code Monkey logo

slack-kotlin-heroku-example's Introduction

slack-kotlin-heroku-example

Slack app example for Heroku deployment, written in Kotlin, using Bolt framework.

You need to configure your Slack app to run this as backend. Follow the official guide for that.

This example hosts two commands. /hello command is from this guide, and /meeting command is from this guide.

Run locally

To run this locally, create .env file on the project root, with following content.

PORT=3000
SLACK_BOT_TOKEN=<your_bot_token>
SLACK_SIGNING_SECRET=<your_signing_secret>

Replace <your_bot_token> and <your_signing_secret> with yours.

Then run.

gradlew run # Or from IntelliJ IDEA "Run" button.

Note that to actually trigger this from your Slack workspace, you need to expose this on the Internet. You can use ngrok or something for that.

Heroku deployment

Follow this guide to set up.

Once you've created your Heroku app with heroku create, you can deploy

git push heroku master

and configure environment variables.

heroku config:set SLACK_BOT_TOKEN="<your_bot_token>"
heroku config:set SLACK_SIGNING_SECRET="<your_signing_secret>"

Using the Heroku hosting URL (shown as the output of git push heroku master), you need to replace the following settings on your Slack app configuration.

  • Features > Interactivity & Shortcuts > Request URL
  • Features > Slash Commands > /hello > Request URL
  • Features > Slash Commands > /meeting > Request URL

All of them should be set to https://<your_heroku_app_id>.herokuapp.com/slack/events.

Once reinstalled, you can run those commands from your Slack workspace!

slack-kotlin-heroku-example's People

Contributors

whale9490 avatar

Watchers

 avatar

Forkers

yuinassy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.