/ntfy-client-python

Primary LanguagePythonBoost Software License 1.0BSL-1.0

ntfy.py - A simple nfty.sh client written in python

ntfy.py is a simple nfty.sh client for sending notifications.

Should support all parameters except file attachments.

Usage

ntfy.py myTopic --message="This message was sent using ntfy.py" --title="Hello World!" --click=https://github.com/

Installation

wget https://raw.githubusercontent.com/ioqy/ntfy-client-python/master/ntfy.py
sudo mv ntfy.py /usr/local/bin/
sudo chmod 755 /usr/local/bin/ntfy.py