Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravse/slack-responder-bot
Service based Slack App that asks questions. Built with Node, Webpack and TypeScript.
https://github.com/kravse/slack-responder-bot
Last synced: 14 days ago
JSON representation
Service based Slack App that asks questions. Built with Node, Webpack and TypeScript.
- Host: GitHub
- URL: https://github.com/kravse/slack-responder-bot
- Owner: kravse
- Created: 2020-11-18T22:35:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T20:14:32.000Z (about 4 years ago)
- Last Synced: 2024-12-23T19:52:16.651Z (21 days ago)
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# responder-bot
Responder bot Slack app built with Node, Webpack and TypeScript.Uses Slack's Event and Web APIs to respond to user questions.
Get Started:
1. `npm install`
2. Create an `.env` file in the root:```
SLACK_TOKEN=your_slack_token
SLACK_SIGNING_SECRET=your_slack_signing_secret
PORT=80
```3. Go to [ngrok.com](https://ngrok.com) and make a free account & follow the setup instructions.
4. Run `npm start`.
5. Run `./ngrok http 80`.
6. Add the generated URL to your [slack app](https://api.slack.com/apps/) under event subscriptions.