PushoverForPS

1.1.1

The PowerShell PushoverForPS module provides commands for interacting with the Pushover API to send notifications to Android, iOS, and desktop browsers such as Chrome, Firefox, and Safari directly from PowerShell.

Send-Pushover is used to generate notifications with the Pushover API.

Receive-PushoverReceipt is used to retrieve the state of Emergency priority not
The PowerShell PushoverForPS module provides commands for interacting with the Pushover API to send notifications to Android, iOS, and desktop browsers such as Chrome, Firefox, and Safari directly from PowerShell.

Send-Pushover is used to generate notifications with the Pushover API.

Receive-PushoverReceipt is used to retrieve the state of Emergency priority notifications that have to be acknowledged.

Test-PushoverKey validates user/group keys and/or device names.

Stop-PushoverRetry stops Emergency priority notification retries.

Receive-PushoverSound retrieves the list of currently available sounds that can be triggered on devices.

For more information run Get-Help PushoverForPS.
Show more

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PushoverForPS -RequiredVersion 1.1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PushoverForPS -Version 1.1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Chris Carter. All rights reserved.

Package Details

Author(s)

  • Chris Carter

Tags

Pushover PushoverAPI Notifications Android iOS Desktop Chrome Firefox Safari

Functions

Send-Pushover Test-PushoverKey Receive-PushoverReceipt Stop-PushoverRetry Receive-PushoverSound

Dependencies

This module has no dependencies.

Release Notes

Added Pipeline input for all commands. Introduced rate limiting Any command that tries to send identical requests withing five seconds of each other will be paused until 5 seconds has been reached. This is due to the limitations outlined by the Pushover API.

I'm still going back and forth on the type of the response returns from the various commands. Right now they are PSCustomObject, but I thought about making them a custom type. Plus, I also keep going back and forth about whether the properties returned should be more in line with .NET and be $response.CalledBackAt vs their current form straight from the Pushover API, $response.Called_Back_At. Any opinions on this would be welcome.

FileList

Version History

Version Downloads Last updated
1.6 1,328 6/24/2016
1.5 30 6/22/2016
1.2.1 29 6/22/2016
1.2 25 6/22/2016
1.1.1 (current version) 25 6/21/2016
1.1 24 6/21/2016
1.0 27 6/20/2016
Show more