ntfy.backends package

Submodules

ntfy.backends.darwin module

ntfy.backends.darwin.notify(title, message, **kwargs)

adapted from https://gist.github.com/baliw/4020619

ntfy.backends.default module

ntfy.backends.default.notify(title, message, **kwargs)

This backend automatically selects the correct desktop notificatoin backend for your operating system.

ntfy.backends.linux module

ntfy.backends.linux.notify(title, message, icon='/home/docs/checkouts/readthedocs.org/user_builds/ntfy/checkouts/v1.3.1/ntfy/icon.png', **kwargs)

ntfy.backends.pushbullet module

ntfy.backends.pushover module

ntfy.backends.win32 module

ntfy.backends.win32.notify(title, message, icon='/home/docs/checkouts/readthedocs.org/user_builds/ntfy/checkouts/v1.3.1/ntfy/icon.ico', **kwargs)
Optional parameters:
  • icon - path to an ICO file to display instead of the ntfy icon

ntfy.backends.xmpp module

Module contents