https://github.com/theetrain/slackbot-reproduction
https://github.com/theetrain/slackbot-reproduction
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theetrain/slackbot-reproduction
- Owner: theetrain
- Created: 2022-10-24T01:00:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T03:17:08.000Z (over 2 years ago)
- Last Synced: 2025-02-08T03:26:01.994Z (3 months ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal slackbot reproduction
Used for finding a solution to https://github.com/slackapi/bolt-js/issues/1631.
# Setup
1. create a `.env.local` with the following values:
```
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
```2. Set up Netlify; `npx netlify init`
3. Deploy to Netlify `npm run deploy` or run locally `npm run live`
4. Gather deployed endpoint and add it to your Slackbot's
"slash commands" and "interactivity and shortcuts" settings