Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelzh/tumblr-dld

Ruby script to download all images posted on a Tumblr blog
https://github.com/emanuelzh/tumblr-dld

Last synced: 3 months ago
JSON representation

Ruby script to download all images posted on a Tumblr blog

Awesome Lists containing this project

README

        

tumblr-dld
==========

A ruby script to download all photos posted on a Tumblr blog.

###Requirements

* Ruby 1.9+
* [tumblr API client](https://github.com/tumblr/tumblr_client)
* [Mechanize](http://mechanize.rubyforge.org/)

###Usage

####Tumblr API client and mehchanize gems
```
gem install tumblr_client
gem install mechanize
```

####Run and get all photos in the photos directory
```
ruby tumblr-dld.rb nameoftheblog.tumblr.com
```

Find out what else you can do visiting the [Tumblr API Docs](http://www.tumblr.com/docs/en/api/v2)