Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 530 Bytes

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