Package pushnotify :: Module nma
[hide private]
[frames] | no frames]

Module nma

source code

Module for sending push notifications to Android devices that have
Notify My Android installed. See www.notifymyandroid.com/ for more
information.

Classes [hide private]
  Client
Client for sending push notificiations to Android devices with the Notify My Android (NMA) application installed.
Variables [hide private]
  PUBLIC_API_URL = u'https://www.notifymyandroid.com/publicapi'
  VERIFY_URL = u'https://www.notifymyandroid.com/publicapi/verify'
  NOTIFY_URL = u'https://www.notifymyandroid.com/publicapi/notify'
  DESC_LIMIT = 10000
  __package__ = 'pushnotify'