notifications is a client for the iPhone/iPod Touch `Notifications' application.
This module helps scripts to use the HTTP REST API of the `Notifications' application, which is available for the iPhone and the iPod Touch. It supports finding the user's credentials token, and then sending notification in a synchronous or asynchronous way. This modules provides three functions:
get_credentials() -- Get the user's credentials token send() -- Send a notification, waiting for it to be sent. send_async() -- Send a notification, returning immediately, without waiting for the message to be sent.
Product's homepage
Requirements:
· Python