Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 986 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 986 Bytes

Slack Spoiler Alert App

Slack Spoiler Alert is a basic Slack App that lets you create spoiler alerts with a slash command /spoiler in your conversations.

Don't forget to add SLACK_TOKEN to your Heroku Config Variables.

Demo

Spoiler alert demo

Deployment

Deploy

Slack Setup

  1. Create a new app on your slack dashboard.
  2. Generate a verification token for your Slack app. You are going to use it in env variables of your Heroku app.
  3. Add a slash command feature and call it whatever you like. I used /spoiler
  • Place your heroku app's url as Request URL
  1. Enable interactive messages for your slack app.
  • Place your heroku app's url + /callback as Request URL for the interactive message and save changes.

Example

https://{your app name}.herokuapp.com/callback

You are good to go!