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

Leftium/mailsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages