Code Monkey home page Code Monkey logo

tumblrip-other's Introduction

Another application

Another Tumblr crawler app can be found here: TumblThree - A Tumblr Backup Application

It is a free and open source Tumblr blog backup application, using C# with WPF and the MVVM pattern. It uses the Win Application Framework (WAF). It downloads photo, video, audio and text posts from a given tumblr blog.




Tumblrip

NPM Version NPM Downloads Dependency Status devDependency Status

Welcome Tumblr user ! I have longed search for a decent tool to backup/rip photos from my favorites blogs and found no application to handle this nicely.

TumblrRipper exists on Windows. This tool aims to provide similar functionality for command line fellows.

Installation

As usual with NodeJS and NPM:

# npm i tumblrip -g

Usage

tumblrip 1.0.9
usage: tumblrip [options] blogname [destination]

http://<blogname>.tumblr.com/ will have photos retrieved to destination.
If a `destination` is supplied and the path does not exist, it will be created.
If no destination set, current directory is assumed.

options:
  --version [-v]            : display version/build
  --help [-h]               : this help
  --delay [-d]              : add a delay (in ms) between requests
                            : (default: 500, empty: random)
  --debug [-D]              : enable more debug output (default: false)
  --cache [-c]              : enable/disable cache (default: true)
  --check [-C]              : enforce additional consistency checks (slower) (default: false)
  --force [-f]              : force overwrite if file exists (default: false)
  --limit [-l]              : download that many pictures (default: unlimited)
  --retries [-r]            : number of retries before giving up (default: 3)
  --threads [-t]            : maximum simultaneous connections to tumblr.com
                            : (default: 5)
  --retry-factor [-rf]      : if throttling, multiply delay by this factor
                            : (default: 2)
  --refresh-db [-rd]        : update database (default: false)
  --refresh-photos [-rp]    : update photos (default: false)
  --startAt [-s]            : start at a specific index in the posts database
                            : (default: 0)

Notes

The first Q.Promise-based Tumblr download tool I know of ! It shows different uses of Promise API.

License

MIT

TODO

  • Bug fixing
  • Add full Tumblr backup capability (video, other, ???)
  • Shrink database

Feedback/PR are of course most welcomed !

Enjoy ๐Ÿ˜„

tumblrip-other's People

Contributors

oorabona avatar thomas694 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.