-
botの作成(参考をもとに作る)
- socket modeをon(token nameを適当に入れる)
- scope
- calls:write
- emoji:read
- reactions:write
- event subscriptions -> subscribe to bot events
- emoji_changed
- basic informationのdisplay information
- your app's presence in slackを設定
-
環境変数の設定
.env
ファイルをディレクトリ直下に作成
SLACK_BOT_TOKEN=使用するbotのtoken(Bot User OAuth Token) SLACK_APP_TOKEN=使用するappのtoken(API level Token) CHANNEL_ID=投稿するチャンネルID(チャンネル名ではない。ブラウザのURLから確認)
-
vscodeで
open folder in container
-
$ python bot.py
を実行
-
Notifications
You must be signed in to change notification settings - Fork 0
SaitomTech/slack-emoji-watcher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published