Pushover API Script (Perl)
Go to file
mischa 94dc286d2e add URL option with -u 2023-06-05 18:11:36 +00:00
README.md change default notification title 2022-07-19 11:47:28 +02:00
pushover.conf-example add sections to config file, supporting multiple pushover apps in the same config file 2023-06-05 16:28:06 +00:00
pushover.pl add URL option with -u 2023-06-05 18:11:36 +00:00

README.md

Pushover.pl

Simple Perl script to send notifications via Pushover

$ ./pushover.pl 
Usage: ./pushover.pl [-m message] [-t title] [-p priority]
Options:
-m | --message  text
-t | --title    text (default: Notification)
-p | --priority [0|1] (default: 0)