Skip to main content

Python module for Microsoft Push Notification Service (MPNS) for Windows Phone

Project description

Python module for Microsoft Push Notification Service (MPNS) for Windows Phone.

It supports Toast, Tile and Raw notification formats (the latter one is not tested yet).

Usage

from mpns import MPNSTile, MPNSToast, MPNSRaw

uri = ‘http://db3.notify.live.net/throttledthirdparty/01.00/ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890’ toast = MPNSToast() tile = MPNSTile()

toast.send(uri, {‘text1’: ‘Hello’, ‘text2’: ‘Windows Phone’}) toast.send(uri, {‘text1’: ‘Tap this message’, ‘text2’: ‘To open application’})

tile.send(uri, {‘title’: ‘Tile title’}

TODO

  • Support Windows Phone 8 extended tile notifications

  • More testing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-mpns-0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page