This module allows you to easily send notification using ntfy. This includes multiple helper functions.
More info can be found at the ntfy docs.
Not related to this one: https://pypi.org/project/pyntfy/
ntfy(
topic_url = "YOUR_TOPIC_URL",
content = "example text",
title = Title("example title"),
priority = Priority(2)
)