urbanairship

Python module for using the Urban Airship API
Download

urbanairship Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Lowry
  • Publisher web site:
  • http://urbanairship.com

urbanairship Tags


urbanairship Description

Python module for using the Urban Airship API urbanairship is a Python library for using the Urban Airship web service API for iPhone push notifications.FunctionalityAs of 0.3 the library handles these parts of the API: * device token registration * basic push * registering and pushing with tags * broadcast * feedback service * device token deactivation (deregistration) * device token listingUsage >>> import urbanairship >>> airship = urbanairship.Airship(application_key, master_secret) >>> airship.register('valid_token', alias='adam') >>> airship.push({'aps': {'alert': 'Hello'}}, aliases=, ... device_tokens=)QuestionsThe best place to ask questions is our developers mailing list: http://groups.google.com/group/urbanairship-dev Requirements: · Python What's New in This Release: · Added deregister, device token list, other minor improvements


urbanairship Related Software