Skip to content

bebound/pixivd

Repository files navigation

PixivD

PyPI version GHCR Python License Docker Build PyPI Publish

A simple tool to download illustrations from Pixiv.

Download illustrations by uers_id, daily ranking or history ranking.

Features

  • Keep login sessions
    • Local storage
    • Secure storage (not memory safe)
  • Update downloaded artists
  • Refresh downloaded artists
  • Mutil-Language
  • Command-line interface
  • Docker image

Installation

pip install pixivd

Or you can use it with uv's uvx pixivd

Docker

docker run -v ~/.config/pixivd:/root/.config/pixivd --rm -it ghcr.io/bebound/pixivd

Usage

usage: pixivd [-h] [-r] [-d DATE] [-u] [--version] [userid ...]

Pixiv downloader

positional arguments:
  userid           Pixiv user id

options:
  -h, --help       show this help message and exit
  -r               Download by ranking
  -d, --date DATE  Target date (use with -r), e.g. 2016-09-24
  -u               Update exist folder
  --version        Show version

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

The illusts will be downloaded to illustrations folder in current directory.

Screenshot

img

Credits

About

Pixiv Downloader - Batch download pictures from Pixiv

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors