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

Module pushover

source code

Module for sending push notificiations to Android and iOS devices
that have Pushover installed. See https://pushover.net/ for more
information.

Classes [hide private]
  Client
Client for sending push notifications to Android and iOS devices with the Pushover application installed.
Variables [hide private]
  PUBLIC_API_URL = u'https://api.pushover.net/1'
  VERIFY_URL = u'https://api.pushover.net/1/users/validate.json'
  NOTIFY_URL = u'https://api.pushover.net/1/messages.json'
  DESC_LIMIT = 512
  __package__ = 'pushnotify'