Skip to content

JoeyWNK/Pixiv

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%