Answers for "slack notification pytthon"

0

slack notification pytthon

import os

import slack_notifications as slack


slack.ACCESS_TOKEN = 'xxx'


slack.send_notify('channel-name', username='Bot', text='@channel This is test message')
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language