-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pushover: possibility to use priority argument #72
Comments
Hello @vmpr |
Hello @vmpr
git clone -b priority-for-pushover https://github.com/kha7iq/pingme.git
go build -o pingme main.go
./pingme pushover --token abc --msg "Priority value 1 " --title "Notify" -u xxxxxxx -p 1 Let me know if this works for you , i will merge it after to main after that. |
Hello @kha7iq I've tested it and it works like a charm! thank you! cheers Ringo |
Thank you for testing. |
Hi and thanks for your great tool!
I would like to be able to use the priority argument with your pingme tool for pushover, the go wrapper you are using ( https://github.com/gregdel/pushover ) has it already built in, so it should be not a significant effort to implement it into your code, but I can't program go so its hard for me to implement it myself :(
thank you and have a great day!
cheers Ringo
The text was updated successfully, but these errors were encountered: