
Slack通知、2行で [Python]
import slackweb slack = slackweb.Slack(url="Webhook URL") slack.notify(text="This is message for you.")
画像処理・自然言語処理の研究でハマったところをまとめます
import slackweb slack = slackweb.Slack(url="Webhook URL") slack.notify(text="This is message for you.")
ディスカッション
コメント一覧
まだ、コメントがありません