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
Kohei Watanabe 5152efc6ff scripts を移行
主要な変更点
- CoffeeScript をやめる
- cron.coffee は機能していないため削除
- ruby.coffee は機能していないため削除
- www.coffee は #general でしか使われていないため削除
- *便器*はリンク切れしていたため削除
- *鳥取*は栃木県ではないため削除

Co-authored-by: SAKAGUCHI Takashi <takashi.sakaguchi@ummm.info>
Co-authored-by: Masayuki Higashino <mh61503891@users.noreply.github.com>
Co-authored-by: Kazuki Shigemichi <shigemichik@gmail.com>
2019-07-28 01:52:06 +09:00
scripts scripts を移行 2019-07-28 01:52:06 +09:00
.gitignore Initial commit 2019-07-27 02:30:36 +09:00
app.js scripts を移行 2019-07-28 01:52:06 +09:00
app.json Initial commit 2019-07-27 02:30:36 +09:00
index.js scripts を移行 2019-07-28 01:52:06 +09:00
package.json scripts を移行 2019-07-28 01:52:06 +09:00
README.md Initial commit 2019-07-27 02:30:36 +09:00
yarn.lock scripts を移行 2019-07-28 01:52:06 +09: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 ... ポート番号。デフォルトは 80。

デプロイ

Deploy