Skip to content

Instantly share code, notes, and snippets.

View spoonyfork's full-sized avatar

Charles Ragan spoonyfork

View GitHub Profile
@spoonyfork
spoonyfork / tumblr-likes-downloader.py
Last active June 22, 2020 08:27 — forked from jeffaudi/tumblr-likes-downloader.py
Instructions in the comments. This python script downloads all the photos liked of your tumblr account. This is usually more useful than downloading the photos from a specfic blog. Updated to also download videos and store content is folders. Please, note that currently the Tumblr API only returns the first 1000 likes (https://groups.google.com/…
import pytumblr
import os
import code
import oauth2 as oauth
from pprint import pprint
import json
import urllib.request
import codecs
import sys