A simple tool to download illustrations from Pixiv.
Download illustrations by uers_id, daily ranking or history ranking.
- Keep login sessions
- Local storage
- Secure storage (not memory safe)
- Update downloaded artists
- Refresh downloaded artists
- Mutil-Language
- Command-line interface
- Docker image
pip install pixivd
Or you can use it with uv's uvx pixivd
Setting PIXIVD_AES_INT to a fixed integer to persist the login sessions.
docker run -v ./:/app -e PIXIVD_AES_INT=123 --rm -it ghcr.io/bebound/pixivd
pixivd
pixivd <id>...
pixivd -r [-d | --date=<date>]
pixivd -u
Arguments:
<id> user_ids
Options:
-r Download by ranking
-d <date> --date <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 in current directory.
