/notification

A package to send notification from a python script

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Notif - The notification package for every python project

License: GPL v3 Build Status

Notif is a easy to use package to send notification from a python script.

Use this package to send during, at the end or when failing of a python script a

- Slack notification
- Email notification
- Channel notification
- Facebook messenger notification.

Please be careful with your login credential. Use a .env or any other file not publish by your git (configured in .gitignore). Read the following for best pratices.

Read the documentation at notificationdoc.ca.


Installation

  • Install the stable version of notif:
pip install notif
  • Install the latest version of notif:
pip install -U git+https://github.com/davebulaval/notification.git