forked from Leftium/mailsnake
-
Notifications
You must be signed in to change notification settings - Fork 0
MailChimp API v1.3 wrapper for Python
License
pyhunterpig/mailsnake
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published