https://github.com/seedstars/mailchimp-api-python
https://github.com/seedstars/mailchimp-api-python
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seedstars/mailchimp-api-python
- Owner: Seedstars
- License: bsd-3-clause
- Created: 2017-06-19T11:58:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T12:04:54.000Z (over 8 years ago)
- Last Synced: 2025-02-15T20:24:20.514Z (8 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Overview
=============================================
A Python client for [v2 of the MailChimp API](http://apidocs.mailchimp.com/api/2.0/). Please note that we generate this client/wrapper, so while we're happy to look at any pull requests, ultimately we can't technically accept them. We will, however comment on any additions or changes made due to them before closing them.###Usage
This can be installed via our [pypi package](https://pypi.python.org/pypi/mailchimp) using:
```
$ pip install mailchimp
```---
A basic example app to help kickstart you which - will also automatically install this package - is over in a public [github](https://github.com/mailchimp/mcapi2-python-examples) repo