download all popular search results for a tag
Go to file
Lamp e9f2a5606a delete junk
i branched
2021-09-24 10:53:14 -07:00
.gitignore refactored on python 2021-09-21 04:04:51 -07:00
README.md Merge branch 'master' of gitea.moe:lamp/pixiv-popular-downloader 2021-09-21 13:12:43 -07:00
pixiv-popular-downloader.py eliminate the need to edit hosts file 2021-09-21 13:10:56 -07:00
requirements.txt eliminate the need to edit hosts file 2021-09-21 13:10:56 -07:00

README.md

This is a python script for downloading original pixiv images from popular search results via a premium account.

Instructions

  1. Download this repo to your computer of course, and open the terminal in it. Run pip install -r requirements.txt if necessary.

  2. In your browser, on Pixiv logged in to a premium account, in dev tools Application tab, copy the value of the PHPSESSID cookie, and paste it into a new file named PHPSESSID.txt in this folder.

  3. Run python pixiv-popular-downloader.py -h for usage information. Example usage to download 10 pages of 初音ミク tag, including r18: python pixiv-popular-downloader.py -r -p 10 "初音ミク"

  4. Check the download folder. If you're getting newest results instead of popular results, then your PHPSESSID failed to work.