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
- Host: GitHub
- URL: https://github.com/bebound/pixivd
- Owner: bebound
- License: mit
- Created: 2013-03-11T08:55:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T13:36:13.000Z (4 months ago)
- Last Synced: 2026-02-26T19:58:17.552Z (4 months ago)
- Topics: pixiv, pixiv-downloader, python3
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 145
- Watchers: 9
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PixivD
[](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

## 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)