Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emanuelzh/tumblr-dld
- Owner: emanuelzh
- License: mit
- Created: 2014-02-13T05:49:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T06:56:07.000Z (over 10 years ago)
- Last Synced: 2024-05-31T20:00:10.676Z (6 months ago)
- Language: Ruby
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)