Skip to content

Instantly share code, notes, and snippets.

@mattismyname
mattismyname / imgupload.py
Created January 3, 2011 04:20
Python script to upload a batch of files to Evernote
#!/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