Skip to content

Image scraper program that automatically downloads images from Pixiv, a popular online community site for artists. Requires a Pixiv account to utilize.

Notifications You must be signed in to change notification settings

schau623/PixivScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixiv Scraper

Description

Image scraper program that automatically downloads images from Pixiv, a popular online community site for artists. Requires a Pixiv account to utilize.

How to Use

  • Download PixivScraper.jar
  • Open command line tool and navigate to .jar file directory
  • In command line, type:
java -jar PixivScraper.jar

You can set a custom download directory in the config.properties file by adding a new property called "folderPath".

Example:
folderPath=C:/User/[User Name]/[Your Path Here]
  • Note: replace any "\" with "/".

Demo

demo_pixiv.mp4

Features

  • User login with username and password
  • Saves user login credentials in a properties file on local storage for automatic login
  • Downloads all illustrations (saved as image files) from a specified Pixiv account using their Pixiv id
  • Downloads first 3 pages of recently uploaded works by artists you're following

Notes

  • Sometimes attempts to login will fail. This is likely due to captcha checks. If this occurs, try logging in again or wait a while before attempting another login.
  • Avoid downloading too many images (~thousands) in one session or over a long period of time as making an excessive amount of requests may result in a temporary or even permanent I.P. ban.

Requirement(s)

Created Using:

About

Image scraper program that automatically downloads images from Pixiv, a popular online community site for artists. Requires a Pixiv account to utilize.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages