Last updated:
0 purchases
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])
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.