Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 450 Bytes

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='[email protected]')

MailChimp API v1.3 documentation

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