Pushover

From Indie IT Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Command Line

Curl

curl -s --form-string "token=<application_api_token_key>" --form-string "user=<user_key>" --form-string "message=hello world" https://api.pushover.net/1/messages.json

https://pushover.net/api

Pushover CLI

A Python script...

https://github.com/aaronfagan/pushover-cli

https://icon-icons.com/icons2/384/PNG/128/utilities-terminal-icon_37688.png

~/.pushover/config

USER_KEY="userkeyinhere"
APP_TOKEN="apptokeninhere"
/usr/local/bin/pushover --quiet --title "My Title" --message "My message."