Skip to content

inkmonk/mailchimp-oauth-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mailchimp-oauth-flask

This app demonstrates basic OAuth connectivity with Mailchimp using flask.

Reference Documentation: Mailchimp OAuth documentation

Requires:

  • Flask
  • requests
  • mailchimp

Instructions:

  • Put your OAuth client id and secret key in mchimp.py.
  • Change the REDIRECT_URI in mchimp.py to the desired one according to your requirements. Make sure then you also make the corrsponding change in the route of oauth_redirect function.
  • To run: python mchimp.py

LICENSE:

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published