Skip to content

Instantly share code, notes, and snippets.

@zbas
zbas / tumblr-likes-downloader.rb
Last active March 6, 2017 15:56 — forked from joshwand/tumblr-likes-downloader.rb
download your liked photos from tumblr
require 'tumblr_client' #you need the git master (not version 0.8.5) for 'before' functionality
require 'mechanize'
require 'date'
require 'yaml'
require 'uri'
Tumblr.configure do |config|
config.consumer_key = "consumer_key"
config.consumer_secret = "consumer_secret"
config.oauth_token = "oath_token"