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

https://github.com/bebound/pixivd

Pixiv Downloader - Batch download pictures from Pixiv
https://github.com/bebound/pixivd

pixiv pixiv-downloader python3

Last synced: 2 months ago
JSON representation

Pixiv Downloader - Batch download pictures from Pixiv

Awesome Lists containing this project

README

          

# PixivD

[![PyPI version](https://badge.fury.io/py/pixivd.svg)](https://badge.fury.io/py/pixivd)

A simple tool to download illustrations from Pixiv.

Download illustrations by **uers\_id**, **daily ranking** or **history ranking**.

## Features
- [x] Keep login sessions
- [x] Local storage
- [x] Secure storage (not memory safe)
- [x] Update downloaded artists
- [x] Refresh downloaded artists
- [x] Mutil-Language
- [x] Command-line interface

## Installation
`pip install pixivd`

## Usage
```
pixivd
pixivd ...
pixivd -r [-d | --date=]
pixivd -u

Arguments:
user_ids

Options:
-r Download by ranking
-d --date Target date
-u Update exist folder
-h --help Show this screen
-v --version Show version

Examples:
pixivd 7210261 1980643
pixivd -r -d 2016-09-24
```

The illusts will be downloaded to `illustrations` folder.

## Screenshot

![img](https://raw.github.com/bebound/Pixiv/master/ScreenShot/3.0.png)

## Credits
- [Pixiv-API](https://github.com/twopon/Pixiv-API)
- [PixivPy](https://github.com/upbit/pixivpy)
- [pixiv api](https://danbooru.donmai.us/wiki_pages/58938)
- [Pixiv OAuth Flow](https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362)