teams_alert is a python package that allows you to send alerts to Microsoft Teams. It is a simple package that allows you to send messages to a channel in Microsoft Teams.
-
Installation process
pip install teams_alert
-
Import the package
from teams_alert import TeamsAlert
-
Create an instance of TeamsAlert
teams_alert = TeamsAlert(webhook_url)
-
Send a message - email is optional
teams_alert.send("Some sort of title you'd want to use", "Some sort of message you'd want to send", "[email protected]")