Skip to content

Instantly share code, notes, and snippets.

@wlerin
wlerin / tumblr_photoset_upload.py
Last active May 30, 2018 13:45
Upload a Photoset to Tumblr using the Python Requests library (http://docs.python-requests.org/en/latest/).
# Adapted from:
# https://gist.github.com/charlesbrandt/11eadaec114288d621fa
# https://gist.github.com/velocityzen/1242662
# https://gist.github.com/derekg/1198576
# https://groups.google.com/forum/#!msg/tumblr-api/0QxFn79B2n4/6MHC4GNHqp8J
# https://github.com/tumblr/jumblr/blob/master/src/main/java/com/tumblr/jumblr/request/MultipartConverter.java
import requests_oauthlib
import requests
import os.path