1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00
daraz-san/README.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

2019-07-27 01:30:19 +09:00
# だらずさん ⚡
2022-04-27 00:24:46 +09:00
[Bolt](https://github.com/slackapi/bolt-js) で作られた [だらずさん](https://github.com/daraz-tek/daraz-bot)
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
1. デプロイ
2. Slack アプリの作成
3. 環境変数の設定
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
## デプロイ
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkou029w%2Fdaraz-san)
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
## Slack アプリの作成
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
[Slack Applications](https://api.slack.com/apps) → Create New App → From an app manifest
2019-07-27 01:30:19 +09:00
2022-04-27 00:24:46 +09:00
下記の Manifest の `{Vercelのプロジェクト名}` の部分を変更してコピペして、Slack アプリを作成します。
```yaml
display_information:
name: だらずさん
features:
bot_user:
display_name: daraz-san
oauth_config:
scopes:
bot:
- channels:history
- chat:write
settings:
event_subscriptions:
request_url: https://{Vercelのプロジェクト名}.vercel.app/api/slack/events
bot_events:
- message.channels
```
## 環境変数の設定
[Vercel Dashboard](https://vercel.com/dashboard) → 対象のプロジェクト → Settings → Environment Variables
- `SLACK_BOT_TOKEN` ... [Slack Applications](https://api.slack.com/apps) → だらずさん → Permissions ページにある `xoxb-` から始まるボットトークン
- `SLACK_SIGNING_SECRET` ... [Slack Applications](https://api.slack.com/apps) → だらずさん → Basic Information ページにある Signing Secret
これらの環境変数を設定後、再びデプロイして反映します。