Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 608 Bytes

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_contact(['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