This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# To run, first set this environment variable to point to the Evernote API python bindings you downloaded from Evernote: | |
# export PYTHONPATH=/path/to/evernote/python/api | |
# | |
import sys | |
import hashlib | |
import time | |
import thrift.protocol.TBinaryProtocol as TBinaryProtocol |