commit 73b7857c037920428717cd2577723fbd74955b9a Author: askiiart Date: Wed Jan 31 18:35:48 2024 -0600 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..20330cb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Updog alerts template + +A template for alerts extensions for [Updog](https://git.askiiart.net/askiiart/updog). This extension does *nothing*, though, it's *just* a template. diff --git a/alerts_template.py b/alerts_template.py new file mode 100644 index 0000000..6a3f380 --- /dev/null +++ b/alerts_template.py @@ -0,0 +1,6 @@ +class AlertsTemplate: + def __init__(self, arguments): + pass + + def alert(self, service_name, code, status): + pass