Skip to content

Instantly share code, notes, and snippets.

View WanaByte's full-sized avatar

Kyle Wanamaker WanaByte

  • Google
  • San Francisco, CA
View GitHub Profile
@WanaByte
WanaByte / gist:1249169
Created September 28, 2011 20:31 — forked from derekg/gist:1198576
Example of uploading photos to Tumblr w/ the V2 API # http://www.tumblr.com/docs/en/api/v2
import urllib,hmac,time,hashlib,base64,httplib,sys,json,urlparse
## This is just a simple example that is self contained.
## You will need to modified it to make it work
##
## creds - need to be filled out
## blognmae - needs to be defined
##
## reads in image files from the command line and posts to your blog