1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 08:05:04 +00:00
Slack Bot
Find a file
2020-04-11 00:14:21 +00:00
.github/workflows fix yaml syntax error 2020-03-26 16:00:49 +09:00
scripts return promise 2020-04-09 00:24:48 +09:00
.gitignore Initial commit 2019-07-27 02:30:36 +09:00
app.js format 2020-04-09 00:16:46 +09:00
app.json Initial commit 2019-07-27 02:30:36 +09:00
index.js format 2020-04-09 00:16:46 +09:00
LICENSE Create LICENSE 2019-10-21 18:37:52 +09:00
package.json format 2020-04-09 00:16:46 +09:00
README.md add edit on glitch button and create sync actions 2020-03-26 15:57:55 +09:00
renovate.json disable requiredStatusChecks 2020-02-10 11:46:38 +09:00
sandbox.config.json create sandbox.config.json 2019-07-29 22:52:34 +09:00
yarn.lock Update dependency @slack/bolt to v2.0.1 2020-04-11 00:14:21 +00:00

だらずさん

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。

デプロイ

Heroku

Deploy

CodeSandbox

Edit daraz-san

Glitch

Edit daraz-san