couchpotato.core.notifications.slack module

class couchpotato.core.notifications.slack.Slack[source]

Bases: couchpotato.core.notifications.base.Notification

notify(message='', data=None, listener=None)[source]
required_confs = ('token', 'channels')
url = 'https://slack.com/api/chat.postMessage'