/evernote-oauth-example

Sample Flask web app showing how to use OAuth with Evernote

Primary LanguagePython

Introduction

This is a simple Flask. web app that demonstrates how to access the Evernote API using OAuth.

Setup

virtualenv --no-site-packages testapp
cd testapp/
git clone git://github.com/dasevilla/evernote-oauth-example.git
cd evernote-oauth-example
source bin/activate
pip install -r reqs.txt