notify-via-slack

notify messages on channels


Keywords
slack
License
MIT
Install
pip install notify-via-slack==0.1.0

Documentation

Notify via slack

Install: pip install notify-via-slack

Usage

Create an app in slack api

Save the bot token

Copy the .env.example to .env cp .env.example .env

Replace the SLACK_BOT_TOKEN

Send a message

slack.notify import SlackNotify

handler = SlackNotify(app_name='My app name')
handler.notify(message='some message', emit_log=True, is_error=True)