A simple client for the Pushwoosh push notification service.
Project description
A simple client for the Pushwoosh push notification service.
Example:
from pushwoosh import Pushwoosh
text = 'Hello there'
conditions = ['UserId', 'EQ', 1]
message = {
'text': text,
'conditions': conditions
}
push = Pushwoosh(API_TOKEN, APP_CODE, False)
push.create_message([message])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pushwoosh-1.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: pushwoosh-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
014abedd6afc5edb9ec7c8a779c2a339117c2bf7b4b03ef97ea5dafdd5d0949a
|
|
| MD5 |
c4caed4f8dad465df11ce31def7f9984
|
|
| BLAKE2b-256 |
7c2f6edc50b18919bcdde69fba833659efe958947583cce957c43e582c801f2b
|