Notif - The notification package for every python project¶
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
Microsoft Teams notification.
Warning
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 practices.