Slack通知、2行で [Python]

8月 9, 2020

import slackweb

slack = slackweb.Slack(url="Webhook URL")
slack.notify(text="This is message for you.")

参照https://qiita.com/shtnkgm/items/4f0e4dcbb9eb52fdf316

Python,Slack

Posted by vastee