Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapier/zapier-evernote-sdk-python-old
No longer updated: Python SDK for Evernote API version 1.22
https://github.com/zapier/zapier-evernote-sdk-python-old
deprecated
Last synced: 12 days ago
JSON representation
No longer updated: Python SDK for Evernote API version 1.22
- Host: GitHub
- URL: https://github.com/zapier/zapier-evernote-sdk-python-old
- Owner: zapier
- License: other
- Created: 2013-01-06T19:09:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T16:10:29.000Z (over 7 years ago)
- Last Synced: 2024-11-27T21:31:45.728Z (2 months ago)
- Topics: deprecated
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_This project is no longer maintained. If you are interested in taking over the project, email [[email protected]](mailto:[email protected])._
Evernote SDK for Python
============================================Evernote API version 1.22
Overview
--------
This SDK contains wrapper code used to call the Evernote Cloud API from Python.The SDK also contains a sample script. The code demonstrates the basic use of the SDK for single-user scripts. Real web applications must use OAuth to authenticate to the Evernote service.
Prerequisites
-------------
In order to use the code in this SDK, you need to obtain an API key from http://dev.evernote.com/documentation/cloud. You'll also find full API documentation on that page.In order to run the sample code, you need a user account on the sandbox service where you will do your development. Sign up for an account at https://sandbox.evernote.com/Registration.action
In order to run the client client sample code, you need a developer token. Get one at https://sandbox.evernote.com/api/DeveloperToken.action
Getting Started
---------------
The code in sample/client/EDAMTest.py demonstrates the basics of using the Evernote API, using developer tokens to simplify the authentication process while you're learning.1. Open sample/client/EDAMTest.py
2. Scroll down and fill in your Evernote developer token.
3. On the command line, run the following command to execute the script:export PYTHONPATH=../lib; python EDAMTest.py