Skip to content

BWP09/pyntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PyNtfy (PyNotify)

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/

Example

ntfy(
  topic_url = "YOUR_TOPIC_URL",
  content = "example text",
  title = Title("example title"),
  priority = Priority(2)
)

About

Send notifications with ntfy!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages