PostMonkey

Python wrapper for Mailchimp API
Download

PostMonkey Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Rasmussen
  • Publisher web site:
  • http://python.chromaticleaves.com/

PostMonkey Tags


PostMonkey Description

PostMonkey is a simple Python (2.6+) wrapper for MailChimp's API version 1.3.Basic UsageOnce you create a `PostMonkey` instance with your MailChimp API key,you can use it to call MailChimp's API methods directly:.. code-block:: python from postmonkey import PostMonkey pm = PostMonkey('your_api_key') pm.ping() # returns u"Everything's Chimpy!"If the MailChimp method call accepts parameters, you can supply them in the form of keyword arguments. See Examples for common use cases, and refer to the MailChimp API v1.3 official documentation for a complete list of method calls, parameters, and response objects.MailChimp has established guidelines/limits for API usage, so please refer to their FAQ for information.Note: it is the caller's responsibility to supply valid method names and any required parameters. If MailChimp receives an invalid request, PostMonkey will raise a `postmonkey.exceptions.MailChimpException` containing the error code and message. See MailChimp API v1.3 - Exceptions for additional details.Product's homepage


PostMonkey Related Software