Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokoloff06/interruption_bot
Slack bot to help posting pretty-formatted messages about service interruption
https://github.com/sokoloff06/interruption_bot
Last synced: about 1 month ago
JSON representation
Slack bot to help posting pretty-formatted messages about service interruption
- Host: GitHub
- URL: https://github.com/sokoloff06/interruption_bot
- Owner: sokoloff06
- Created: 2019-01-17T14:29:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T11:28:35.000Z (almost 5 years ago)
- Last Synced: 2023-11-26T19:43:32.765Z (about 1 year ago)
- Language: JavaScript
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interruption_bot
Slack bot to help posting pretty-formatted messages about service interruptionWhen deploying, make sure to fill in the following constants in index.js:
const client_id = "";
const client_secret = "";# Slack Service Interruption Submission Bot
* Simple Node.js app which when given a slack command (e.g., `/report`) displays a [slack dialog](https://api.slack.com/dialogs) to collect a description of the service interruption incident and creates a post describing the incident with data collected from the dialog.# Set up
* Put relevant *host URL* under the bot slack application in the following sections (see screenshots attached)
* Interactive Components -> Request URL
* Slash Commands -> /report -> Request URL
* OAuth & Permissions -> Redirect URLS* Make sure to fill in the following constants in index.js:
* const client_id = "";
* const client_secret = "";