WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

madmimi/madmimi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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_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

About

a Python wrapper for the Mad Mimi API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages