Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

GetAmbassador/madmimi-python

 
 

Repository files navigation

Mad Mimi for Python

Written, and released into the public domain by [email protected]

General Usage

mimi = MadMimi('your username', 'your api key')

mimi.lists() <- retrieve your current lists

mimi.delete_list('test') <- delete a list

mimi.add_list('test_list') <- add a list

mimi.add_contacts(['Tav', 'Espian', '[email protected]']) <- add a new contact

mimi.subscribe('[email protected], 'test_list') <- subscribe a contact to a certain list

mimi.subscriptions('[email protected]') <- get subscriptions for a certain email

mimi.unsubscribe('[email protected]', 'test_list') <- unsubscribe a certain email

About

a Python wrapper for the Mad Mimi API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%