はじめに
メモ用の走り書きですが、、、
Incoming Webhookの設定
-
slack incoming webhookにアクセス
https://my.slack.com/services/new/incoming-webhook/ -
設定の修正は下記から
https://slack.com/apps/manage/custom-integrations
コード
slackwebをインストールする
pip install slackweb
メッセージを送る
slack = slackweb.Slack(url="さっきのURL")
slack.notify(text="メッセージ")