https://github.com/sst/slack-support
A Slack bot built with SST to help the SST team answer questions in Slack.
https://github.com/sst/slack-support
Last synced: 3 months ago
JSON representation
A Slack bot built with SST to help the SST team answer questions in Slack.
- Host: GitHub
- URL: https://github.com/sst/slack-support
- Owner: sst
- Created: 2021-12-30T00:34:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T01:46:50.000Z (almost 4 years ago)
- Last Synced: 2025-07-02T11:43:43.874Z (6 months ago)
- Language: JavaScript
- Homepage: https://serverless-stack.slack.com
- Size: 600 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SST Support Slack Bot [](https://console.seed.run/anomaly/sst-slack-support)
A [SST app](https://github.com/serverless-stack/serverless-stack) that helps the SST team answer all questions in Slack.
## Getting Started
[Create a Slack app](https://api.slack.com/apps), and read this guide on how to enable Event Subscriptions webhook — [Slack Event Subscriptions](https://api.slack.com/apis/connections/events-api#the-events-api__subscribing-to-event-types).
## Running Locally
Create a `.env.local` file and add the Slack Bot OAuth token.
```
SLACK_BOT_OAUTH_TOKEN=xoxb-1111111111111-2222222222222-zI2HCwkNaoXaNnd1JKlzcBl9
```
Start by installing the dependencies.
``` bash
$ npm install
```
Then start the Live Lambda Development environment.
``` bash
$ npx sst start
```
The templates to generate the share images are stored in [`templates/`](https://github.com/serverless-stack/social-cards/tree/main/templates). And all the non-Latin fonts are placed in [`.fonts/`](https://github.com/serverless-stack/social-cards/tree/main/.fonts).
## Deploying to Prod
Deploy your service to prod by running.
``` bash
$ npx sst deploy --stage prod
```
## Documentation
Learn more about the SST.
- [Docs](https://docs.serverless-stack.com/)
- [@serverless-stack/cli](https://docs.serverless-stack.com/packages/cli)
- [@serverless-stack/resources](https://docs.serverless-stack.com/packages/resources)