Code Monkey home page Code Monkey logo

prowlpy's Introduction

Prowlpy

Originally Written by Jacob Burch <[email protected]>, 7/6/2009
Modified by Olivier Hervieu <[email protected]>
Updated for Prowl API 1.2 by Ken Pepple, 3/5/2011

Python module for posting to the iPhone Push Notification service Prowl: http://www.prowlapp.com/

Dependencies:

The socket module must be compiled with SSL support.

Coming Backwards Incompatible Changes for 0.6

  • Anything referencing '*apikey' will be renamed to api_key
  • the package is now in a prowlpy directory, not python. the python directory will be removed

Change Log:

v0.52

  • changed demo variables names
  • changed to VERSION from __version__
  • removed __author__ et al. variables from the packages
  • cleaned up the installation setup

v0.51

  • updated return values of retrieve_apikey and retrieve_token

v0.50

  • updated for prowl API v1.2
  • added retrieve_apikey and retrieve_token
  • add new example script
  • added url support for post

V0.43

  • Remove httplib2 dependency, add providerkey support.

V0.42

  • Got rid of Now-uncessary URL Encoding.
  • Working on incorporating forked changes while not totally breaking backward compatibility with the vanilla add function

V0.41

  • Adding priority setting
  • Removed debug code

V0.4

  • Added Prowl.add alias for Post
  • Switched post to use (oddly enough) POST instead of GET
  • Added a Prowl.veryify_key method

V0.3

  • Changed to handle the new API system.

V0.2

  • Basic working module

Todo:

  • Test against character-limits.
  • More detailed Exceptions based on the returned XML document

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.