Skip to content

innoteq/bada-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bada-push

Python module for push messaging service for Samsung Bada.

Usage

import bada_push

message = bada_push.send(
    url='https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push',
    app_id='your-app-id',
    app_secret='your-app-secret',
    reg_id='registration-id',
    action='ALERT',
    alert_message='any-alert-message',
    app_data='any-data'
)

See doc comments for details.

Useful links

Push Messaging Guide: http://developer.bada.com/article/push-messaging-guide

Error codes: http://developer.bada.com/article/push-messaging-guide#status_codes_messages

About

Python client for Samsung Bada Push Messaging Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages