pushwoosh 1.0.2

Creator: railscoder56

Last updated:

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.