pypushover

Object Oriented API calls to the Pushover Service


License
MIT
Install
pip install pypushover==0.2.4

Documentation

PyPI version

pypushover

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.

Installation

Requirements

PyPi

Just run the following:

pip install pypushover

Manual Installation

  1. Download the source code from Github
  2. navigate to the downloaded folder
  3. execute python setup.py install

Usage

Basic Usage:

import pypushover as pypo
pypo.message.push_message('<app token>', '<user key>', 'Hello World!')