python-pushover icon indicating copy to clipboard operation
python-pushover copied to clipboard

Comprehensive bindings and command line utility for the Pushover notification service

Results 19 python-pushover issues
Sort by recently updated
recently updated
newest added

This PR: * wraps Pushover in a package (for future changes) * adds some missing entries to the repo's .gitignore * runs 2to3 manually on the repo then removes `use_2to3`...

Hi, is this lib still maintained? The latest release was 0.4, but there are some commits after that. This lib is used by a home-assistant component. The problem is that...

ImportError: cannot import name 'Pushover' from 'pushover' (/usr/local/lib/python3.7/site-packages/pushover.py) I have the above error in my scripts recently. Coming here, I tried using cli.py, but I get the same error. I...

I discovered this module today, used it for a pastebin monitor and it works great. However the API documentation URL [http://pythonhosted.org/python-pushover/#module-pushover](http://pythonhosted.org/python-pushover/#module-pushover) doesn't seem to work anymore? It's still there on...

Hi there, So code which has been working for some time, is no longer working with python-pushover 1.0 running on Python 3.7. `from pushover import init, Client` Used to work,...

Hello, Doesn't the command-line mode support pushing HTML-messages? Can't find an HTML-switch in the docs. Thanks

I got a freshly installed raspberry and I was trying to install this pushover script Now I installed it over pip with: > $ pip install python-pushover and created the...

Can you make it compatible with Python 3.11.2 ? It has few errors like: client.send_message("test") File "/usr/local/lib/python3.11/dist-packages/**pushover.py**", line **259**, in send_message for key, value in kwords.iteritems(): ^^^^^^^^^^^^^^^^ AttributeError: 'dict' object...

``` pip install python-pushover Collecting python-pushover Using cached python-pushover-0.4.tar.gz (19 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build...