python-pushover
python-pushover copied to clipboard
Comprehensive bindings and command line utility for the Pushover notification service
Since Python 2 has been deprecated for a while, I ran 2to3 against pushover.py and removed the deprecated use_2to3 flag in setup.py.
https://setuptools.pypa.io/en/latest/history.html#v58-0-0 No longer installs it throws a `bash-5.1# pip3 install python-pushover Collecting python-pushover Using cached python-pushover-0.4.tar.gz (19 kB) ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import...
Use case: I've got several profiles in my `~/.pushoverrc` per each Pushover Application and I'd like these profiles to have individual [sounds provided by Pushover API](https://pushover.net/api#sounds). Would it be possible...
What do I need to do to get rid of the error" ``` Traceback (most recent call last): File "mypushover.py", line 1 in from pushover import init, Client ImportError: bad...
How can we send a message to more than one device at the time? Not implemented? Or any pointers. I need to do it in python code , thus without...
Hi, Just wanted to raise that the URL http://pythonhosted.org/python-pushover/#module-pushover no longer works. I'm getting a 404 Not Found. Thanks!
Hello, Is it possible to implement critical notifications for ios? Thanks
Documentation in README.rst still refers to "Client"-usage instead of "Pushover" usage. I might support if help is wanted.
Latest version of python-pushover (currently 1.0) not available via https://pypi.org. Might support if help is wanted.
When I use pushover in a python script in windows and linux it works fine, but when I run the same script on my mac I get this error message:...