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.

copyright: Copyright (c) Jeffrey Goettsch and other contributors.
license: BSD, see LICENSE for details.

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'
  __package__ = 'pushnotify'