Skip to content

Dead simple demo of using the Etsy.com api with flask and oauth.

Notifications You must be signed in to change notification settings

miniatureape/etsy-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple demo of how to interact with the Etsy.com API using Flask and Flask OAuth extension. To get started, just add a settings.py file containing the API key and secret (see app.py for details) and run the app.

Note that it needs to be publicly accessible for the authorization callbacks to work.

In practice, you'll want to do something smarter with the tokens than keeping them in a session cookie, but this gets you going.

Review the excellent Flask, Flask OAuth and Etsy.com API documentation for more details.

About

Dead simple demo of using the Etsy.com api with flask and oauth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages