Leftium / mailsnake

MailChimp API v1.3 wrapper for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailSnake

Python wrapper for MailChimp API 1.3

Usage

>>> from mailsnake import MailSnake 
>>> ms = MailSnake('YOUR MAILCHIMP API KEY')
>>> ms.ping()
u "Everything's Chimpy!"

Note

API parameters must be passed by name. For example:

>>> ms.listMemberInfo(id='YOUR LIST ID', email_address='name@email.com')

MailChimp API v1.3 documentation

http://www.mailchimp.com/api/1.3/

About

MailChimp API v1.3 wrapper for Python

License:MIT License


Languages

Language:Python 100.0%