This app demonstrates basic OAuth connectivity with Mailchimp using flask.
Reference Documentation: Mailchimp OAuth documentation
- Flask
- requests
- mailchimp
- Put your OAuth client id and secret key in
mchimp.py
. - Change the
REDIRECT_URI
inmchimp.py
to the desired one according to your requirements. Make sure then you also make the corrsponding change in the route ofoauth_redirect
function. - To run:
python mchimp.py
MIT