Skip to main content

A utility for sending push notifications

Project description

Version Downloads Build Coverage

ntfy is a command line utility (and to a degree, python library) for sending push notifications. It also can send a notification when a program finishes.

Unlike many existing utilities for Pushover or Pushbullet, it supports multiple backends.

Demo

https://raw.githubusercontent.com/dschep/ntfy/master/demo.gif

Install

sudo pip install ntfy

Note: It is suggested to globally (as indicated above, without a virtualenv) install ntfy. It can be installed in a virtualenv, with caveats. Linux notifications requires --system-site-packages to be used and OS X notifications don’t work at all.

Emoji Support :tada:

ntfy features emoji support, it is installable as an extra, just install like this:

sudo pip install ntfy[emoji]

XMPP Support

The xmpp module requires sleekxmpp. To install this extra install ntfy like this:

sudo pip install ntfy[xmpp]

Usage

# send a notification
ntfy send "Here's a notification!"

# send a notification with custom title (default is $USER@$HOST)
ntfy -t 'ntfy' send "Here's a notification with a custom title!"

# send a notification when the command `sleep 10` finishes
# this send the message '"sleep 10" succeeded in 0:10 minutes'
ntfy done sleep 10

Backends

Supported

  • Pushover

  • Pushbullet

  • XMPP

  • Linux Desktop Notifications

  • Windows Desktop Notifications

  • Mac OS X Notification Center

ToDo

Config

ntfy is configured via a yaml config file stored at ~/.ntfy.yml. It requires at minimum 1 keys: backends & a config for any backend that requires one.

See the Configuration docs for more.

Example Config:

---
backends
    - pushbullet
pushbullet
    access_token: T0K3N

Testing

python setup.py test

Contributors

  • dschep - Maintainer & Lead Developer

  • danryder - XMPP Backend & emoji support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ntfy-1.0.1.tar.gz (35.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ntfy-1.0.1-py2.py3-none-any.whl (25.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ntfy-1.0.1.tar.gz.

File metadata

  • Download URL: ntfy-1.0.1.tar.gz
  • Upload date:
  • Size: 35.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ntfy-1.0.1.tar.gz
Algorithm Hash digest
SHA256 28f4bdd571cbeda283311465b7c0622a8ec77689a02b04674af6aed8057dc2dd
MD5 62f5f88b9830c458a4ec3ae297fa3623
BLAKE2b-256 216dd5c7c0f9dd0749b56dfca3725644440932a592a3153c0c7b919c0ee041bf

See more details on using hashes here.

File details

Details for the file ntfy-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ntfy-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a90d058ee5aa98ed2ff4a70dee453517caa69b035d2d42f011e60be5c40a4b0
MD5 76cded5797e0aa8f11dbcfd51d828f48
BLAKE2b-256 c6ef4e1db98bcb70492a541045dcce036879343a275c9b4df100dad64c7c854f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page