Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidshaw/Tumblr-Scrape

tumblr_scrape.rb is a small script to download the images from a specified users tumblr. Very useful if you really like a tumblog and want to download all of the images!
https://github.com/davidshaw/Tumblr-Scrape

Last synced: about 2 months ago
JSON representation

tumblr_scrape.rb is a small script to download the images from a specified users tumblr. Very useful if you really like a tumblog and want to download all of the images!

Awesome Lists containing this project

README

        

# tumblr_scrape.rb
## A simple Ruby Tumblr scraper

Every so often, you might find a [Tumblr](http://tumblr.com) user whose tumblog is just *awesome*.

As it stands, in order to download each of their images, you are required to manually browse and right click a whole bunch of pictures, tiring your fingers and probably getting bored long, long before you reach the end of their Tumblr.

tumblr_scrape.rb allows you to quickly and easily download an entire (up to, currently, 9000 images) Tumblog to a directory of your choice.

Usage is simple:

`ruby tumblr_scrape.rb `

The only required parameter is the Tumblr username: the current working directory is the default download location, and 9000 is (currently) the default max images. There is a random few-second pause between images so that no one accidentally slams Tumblrs servers.

Happy scraping!