Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# interruption_bot
Slack bot to help posting pretty-formatted messages about service interruption

When 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 = "";