pushover
pushover copied to clipboard
Python Script to send message through http://pushover.net
In case of a network hickup, a call to the Pushover API can take indefinitely and block your process or application. Could you add a timeout setting to this library?...
I haven't kept up with the Python3 import exceptions, but python3.12 broke pushover and started throwing ModuleNotFoundError (instead of ImportError) and pushover was complaining about SafeConfigParser not being found. Turns...
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...