A package for sending push notifications to Android and iOS devices. GNU GPL v3.
Project description
pushnotify is a package for sending push notifications. It currently supports Android devices running Notify My Android and Pushover, and iOS devices running Pushover and Prowl.
See
for more details about these applications.
Development
All development for pushnotify takes place on bitbucket:
You can follow this project on Twitter:
To get started you can do the following:
$ hg clone https://bitbucket.org/jgoettsch/py-pushnotify/ $ cd py-pushnotify $ pip install -r requirements_dev.txt $ python setup.py develop
If you discover a bug, please create an issue ticket:
To run the test suite, you will have to create three modules:
pushnotify/tests/nmakeys.py:
This file must contain two global variables: API_KEYS and DEVELOPER_KEY. API_KEYS is a list containing at least one valid API key as a string. DEVELOPER_KEY is a string containing a valid developer key.
pushnotify/tests/prowlkeys.py:
This file must contain two global variables: API_KEYS and PROVIDER_KEY. API_KEYS is a list containing at least one valid API key as a string. PROVIDER_KEY is a string containing a valid provider key. REG_TOKEN is a valid registration token that has already been validated through the retrieve_token/retrieve_apikey process.
pushnotify/tests/pushoverkeys.py:
This file must contain two global variables: TOKEN and USER. TOKEN is a string containing a valid API token. USER is a dictionary whose keys are strings containing valid user identifiers. The key values are lists containing strings, where each string contains a valid device identifier for the given API token. There must be one API token, and it must have one device indentifier.
Installation
If you have already downloaded pushnotify, run the following command inside this directory:
$ python setup.py install
If you have not yet downloaded pushnotify, it would be easier to do the following:
$ pip install pushnotify
Either method will install pushnotify into your current environment.
Changelog
For a full history of changes see the commit history:
version 0.5.1
license-change: this and future versions are now licensed under the GNU GPL v3.
now uses the Requests package instead of urllib2
version 0.5
backwards-incompatible change: each client now conforms to a standard interface, and can be instantiated with the get_client factory method
version 0.4
each client now logs HTTP GET and POST operations
version 0.3.1
Prowl.Client.retrieve_token and Prowl.Client.retrieve_apikey now raise a pushnotify.exceptions.ProviderKeyError if the specified Provider Key is invalid
version 0.3
added support for Prowl: http://www.prowlapp.com/
version 0.2.1
fixed an issue where developer keys were not being sent with Notify My Android verifications
version 0.2
added support for Pushover: https://pushover.net/
version 0.1
added support for Notify My Android: https://www.notifymyandroid.com/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file pushnotify-0.5.1.zip
.
File metadata
- Download URL: pushnotify-0.5.1.zip
- Upload date:
- Size: 198.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 377dad8285b2bc2dd6e29b9f614f66180a8af386d1e639d41f036631b3c84001 |
|
MD5 | f0ca7d9b55008c2e70c254708a6252ea |
|
BLAKE2b-256 | c5efa133f49e779f66688f73e910b290fc80225cf50fe0681317924ee81c524e |
File details
Details for the file pushnotify-0.5.1.tar.gz
.
File metadata
- Download URL: pushnotify-0.5.1.tar.gz
- Upload date:
- Size: 117.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e8ccbf60983c0d5a3dd4bba8773136f4caa10b0925a95ef5f09ea640a7f07f0 |
|
MD5 | 48679bcc47aabe27b42e866acafc6b3b |
|
BLAKE2b-256 | 6a93fa1471d72e340d896d98e17c6a6ba66336a3c656c5eb5d2b98197e39f613 |