pushwoosh 1.0.2

Last updated:

0 purchases

pushwoosh 1.0.2 Image
pushwoosh 1.0.2 Images
Add to Cart

Description:

pushwoosh 1.0.2

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])

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.