Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kokororin/pixiv-downloader
CLI tool for downloading pixiv search results
https://github.com/kokororin/pixiv-downloader
pixiv pixiv-downloader
Last synced: about 2 months ago
JSON representation
CLI tool for downloading pixiv search results
- Host: GitHub
- URL: https://github.com/kokororin/pixiv-downloader
- Owner: kokororin
- Created: 2017-06-09T03:31:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T09:37:23.000Z (over 7 years ago)
- Last Synced: 2024-10-12T07:16:13.525Z (3 months ago)
- Topics: pixiv, pixiv-downloader
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixiv Downloader
[![npm version](https://badge.fury.io/js/pixiv-downloader.svg)](https://badge.fury.io/js/pixiv-downloader)CLI tool for downloading pixiv search results
## Install
```bash
npm install pixiv-downloader -g
```## Usage
```bash
pixiv-downloader -o
```If you do not provide a output directory, images will be downloaded in `pixiv_downloader_output`.
It will never stop until you kill the terminal manually or all images have been downloaded.## Example
```bash
pixiv-downloader ことり -o pixiv
```## License
MIT