Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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!
- Host: GitHub
- URL: https://github.com/davidshaw/Tumblr-Scrape
- Owner: davidshaw
- Created: 2011-08-09T22:14:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T18:07:19.000Z (over 8 years ago)
- Last Synced: 2024-05-31T19:59:16.892Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 86.9 KB
- Stars: 25
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tumblr_scrape.rb
## A simple Ruby Tumblr scraperEvery 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!