Skip to content

KronoSKoderS/pypushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!')

About

Python bindings to the Pushover API. Supports both python 2 and 3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages