DaddyTrap / pixiv

Pixiv Downloader - Batch download pictures from Pixiv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixiv Downloader


A simple tool to download all illustrations from specific illustrator.

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

Usage

Usage:
    pixiv.py
    pixiv.py <id>...
    pixiv.py -r [-d | --date=<date>]
    pixiv.py -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:
    pixiv.py 7210261 1980643
    pixiv.py -r -d 2016-09-24

Screenshot

img

Credits

About

Pixiv Downloader - Batch download pictures from Pixiv

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%