Skip to content

A simple Slack App that lets you send spoiler alerts to your team mates.

License

Notifications You must be signed in to change notification settings

emreSerbetcioglu/slack-spoiler-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple Slack App that lets you send spoiler alerts to your team mates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published