SlackのAdapterです。
- https://api.slack.com/apps でSlackアプリを作成する必要があります
OAuth & Permissions - Scopes
にchat:write
とusers.profiles:read
を設定する必要がありますSubscribe to bot events
にapp_mention
とmessage.channels
を設定する必要があります
キー | 概要 |
---|---|
LXBOT_SLACK_OAUTH_ACCESS_TOKEN | botユーザーのOAuth Access Token をセットします |
LXBOT_KOKOROIO_CALLBACKSECRET | botユーザーのApp Credentials - Signing Secret をセットします |