mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 08:05:04 +00:00
Slack Bot
5f5e59e913
Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.1.4 to 1.1.6. - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](https://github.com/marnusw/date-fns-tz/compare/v1.1.4...v1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.github/workflows | ||
scripts | ||
.gitignore | ||
app.js | ||
app.json | ||
fly.toml | ||
LICENSE | ||
main.js | ||
package.json | ||
README.md | ||
receiver.js | ||
renovate.json | ||
sandbox.config.json | ||
yarn.lock |
だらずさん ⚡
Slack ⚡ Bolt で作り直した だらずさん
つかいかた
Slack アプリの作成
- Redirect URLs を設定 (例: https://{ホスト名}/ )
- Bot Users を設定
- (デプロイ後) Event Subscriptions を設定
- Request URL を設定 (例: https://{ホスト名}/slack/events )
- Bot Events を登録
- message.channels (パブリックチャンネルのメッセージをリスニング) など
起動
次の環境変数を与えてから yarn && yarn start
SLACK_BOT_TOKEN
... OAuth & Permissions ページにあるボット (xoxb) トークンSLACK_SIGNING_SECRET
... Basic Information ページにある Signing Secret- (Optional)
PORT
... ポート番号。デフォルトは 8080。