Skip to content

Python console app for retreiving marketing data from mailchimp API.

Notifications You must be signed in to change notification settings

Sport-Wales/mailchimp_api_int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mailchimp Data Querying App

Python console app for handling common data queries using Mailchimp's API.

App goals

This app is designed to help Sport Wales marketers and communicators generate data reports not currently available through the standard Mailchimp website UI.

Warning

You will not find an API key anywhere in this repository or commit history. You will need to retrieve this key from the Mailchimp account and host it in an environmental variable or only run the app locally.

Do not commit the API key and do not save it on any non-work cloud networks.

Set up

This app runs directly from user input in the console. Simply run the script in your terminal to begin the program.

python3 src/mailchimp_app/app.py 

You will need to make sure you have the mailchimp_marketing python library installed via pip:

pip install marketing_manager

Alternatively, you can clone the source code for the library directly:

pip install git+https://github.com/mailchimp/mailchimp-marketing-python.git

Once this is installed the python app files can import it.

Documentation

About

Python console app for retreiving marketing data from mailchimp API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages