Skip to content

Instantly share code, notes, and snippets.

@kttann
kttann / oauth_example.py
Created September 27, 2017 08:51 — forked from brettkelly/oauth_example.py
Authenticate with the Evernote Cloud API using OAuth and Python
# Python OAuth example
import evernote.edam.userstore.constants as UserStoreConstants
import evernote.edam.type.ttypes as Types
from evernote.api.client import EvernoteClient
##
# Helper function to turn query string parameters into a
# Python dictionary
##