Pushover API Script (Perl)
Go to file
mischa e06c1dc716 Update README.md
Show the correct options.
2023-09-25 09:11:19 +02:00
README.md Update README.md 2023-09-25 09:11:19 +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] [-u url] [-a application] [-c config]
Options:
-m | --message		text
-t | --title		text | (default: Notification)
-p | --priority		[0|1] (default: 0)
-u | --url		text (no default)
-a | --application	text (default: root property of config)
-c | --config		text (no default)