ntfy
is a command line utility (and to a degree, python library) for sending
push notifications. Unlike many existing utilities for Pushover or Pushbullet,
it supports multiple backends.
- Prowl
- Airgram
- Pushjet
- Pushalot
- Boxcar
- Instapush
- Mac OS X Notification Center
- Linux Desktop Notifications (notify-send/PyNotify)
- Windows Desktop Notifications?
ntfy
is configured via a json config file stored at ~/.ntfy.json
. It
requires at minimum 2 keys: backend & a config for that backend.
{
"backend": "pushbullet",
"access_token": "<redacted>"
}