Skip to content

AHK Script to send a push notification to the Pushover.net API

License

Notifications You must be signed in to change notification settings

elmstreetvictim/AHK-Pushover-Notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

AHK-Pushover-Notify

AHK Script to send a push notification to the Pushover.net API

Usage:

; in your script
#Include PushoverNotify.ahk

payloadString := BuildPayload("api-key", "user-key", "title", "message")

SendNotification(payloadString)

That's it

About

AHK Script to send a push notification to the Pushover.net API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published