A small tool to download images on pixiv.
- Basic Class
PyxivBroswer
andPyxivDatabase
are defined in pyxivbase.py - Main class
PyxivSpider
is defined in pyxiv.py - There is also a sample config.json file to show config format
- To use it, see docs written in Class
PyxivSpider
and short sample codes in main.py
- Store metadata of illusts in a database
- Can automatic crawl illusts information by BFS, using recommendation mechanism of pixiv
- Before download an illust, first look up metadata in database to save time; if not found, will store to database
- Support to search popular illusts in local database by crawling with sufficient metadata
LIMIT YOUR SPEED AND NOT PUT HEAVY PRESSURE TO PIXIV'S SERVER!!!
If you think this project is helpful to you, plz star it and let more people see it. :)