Skip to main content

MailChimp API v1.3, STS, Export, Mandrill wrapper for Python.

Project description

MailSnake is a Python wrapper for MailChimp API 1.3 (as well as the STS API, Export API, and Mandrill API) (Now with support for Python 3)

Installation

pip install mailsnake

Usage

Basic Ping

from mailsnake import MailSnake
from mailsnake.exceptions import *

ms = MailSnake('YOUR MAILCHIMP API KEY')
try:
    ms.ping() # returns "Everything's Chimpy!"
except MailSnakeException:
    print 'An error occurred. :('

Mandrill Ping

mapi = MailSnake('YOUR MANDRILL API KEY', api='mandrill')
mapi.users.ping() # returns "PONG!"

STS Example

mcsts = MailSnake('YOUR MAILCHIMP API KEY', api='sts')
mcsts.GetSendQuota() # returns something like {'Max24HourSend': '10000.0', 'SentLast24Hours': '0.0', 'MaxSendRate': '5.0'}

Catching Errors

ms = MailSnake( 'my_wrong_mailchimp_api_key_that_does_not_exist')
try:
    ms.ping() # returns "Everything's Chimpy!"
except InvalidApiKeyException:
    print 'You have a bad API key, sorry.'

Note

API parameters must be passed by name. For example:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mailsnake-1.6.0.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file mailsnake-1.6.0.tar.gz.

File metadata

  • Download URL: mailsnake-1.6.0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mailsnake-1.6.0.tar.gz
Algorithm Hash digest
SHA256 ff3b7fd10afa5bb3a945f6576ec6affed9ba130ecfa1b45885b8485b452605b3
MD5 a6e3b2ff7a658aaf8565c61a7e4b2a06
BLAKE2b-256 60a9b35932ca683bb338266283dfad6de31cf225ad635b39f7055844f9f65798

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page