Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrscrrn/tumblr-lks-downldr-cli
Command line interface for the tumblr-lks-downldr module.
https://github.com/andrscrrn/tumblr-lks-downldr-cli
Last synced: 18 days ago
JSON representation
Command line interface for the tumblr-lks-downldr module.
- Host: GitHub
- URL: https://github.com/andrscrrn/tumblr-lks-downldr-cli
- Owner: andrscrrn
- License: mit
- Created: 2016-03-16T00:48:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T05:03:28.000Z (about 8 years ago)
- Last Synced: 2024-09-21T14:11:10.443Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tumblr-lks-downldr-cli
[![npm version](https://badge.fury.io/js/tumblr-lks-downldr-cli.svg)](https://www.npmjs.com/package/tumblr-lks-downldr-cli)
[![downloads total](https://img.shields.io/npm/dt/tumblr-lks-downldr-cli.svg)](https://www.npmjs.com/package/tumblr-lks-downldr-cli)CLI tool for downloading your precious [Tumblr](https://tumblr.com) likes.
You have probably liked posts with text, photos, quotes, links, chats, audio, videos or/and answers BUT this is just for IMAGES.
![tumblr-lks-downldr-cli](tumblr-lks-downldr-cli.jpg)
## How to use
Install [Node.js](https://nodejs.org) in order to run ```tumblr-lks-downldr-cli```.
Install the module **globally** and then you'll have access to the ```tumblr-lks-downldr-cli``` command anywhere on your system (use the same command to update it):
```sh
npm install -g tumblr-lks-downldr-cli
```Then just run ```tumblr-lks-downldr-cli``` defining you Tumblr url and the number of likes that you want to download (if you don't set any number the default is the whole list of liked posts that can actually be really big):
```sh
tumblr-lks-downldr-cli -u 'andrscrrn.tumblr.com' -l 1000
```And of course a custom path if you want:
```sh
tumblr-lks-downldr-cli -u 'andrscrrn.tumblr.com' -l 1000 -p 'my-stupid-folder'
```If you want to save the image captions, add the -a flag:
```sh
tumblr-lks-downldr-cli -u 'andrscrrn.tumblr.com' -l 1000 -p 'my-stupid-folder' -a
```## Issues
I'm definitely trying to maintain the utility updated so if anyone find an issue, don't hesitate to report it [here](https://github.com/andrscrrn/tumblr-lks-downldr-cli/issues).