Skip to content

A simple Python app to send a push notification via the Pushover API

Notifications You must be signed in to change notification settings

ironicbadger/bootlace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bootlace

A simple Python app to send a push notification via the Pushover API.

Sign up for an account with Pushover, generate a user and app token. Specify these at run time like this:

python bootlace.py -m "Message content" -t "Application token" -u "Pushover user token" -d "Override device name" -T "Override notification title"

For example I use this app when my server boots to ping me a notification (on Linux ofc). To do this, modify your crontab using crontab -e and add the following line @reboot python /path/to/bootlace.py.

About

A simple Python app to send a push notification via the Pushover API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages