Object Oriented Python bindings to the Pushover API. Supports both python 2.7.x and 3.x. See the Wiki for more detailed information regarding usage.
Just run the following:
pip install pypushover
- Download the source code from Github
- navigate to the downloaded folder
- execute
python setup.py install
import pypushover as pypo
pypo.message.push_message('<app token>', '<user key>', 'Hello World!')