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.
- 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