You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i branched |
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
pixiv-popular-downloader.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
This is a python script for downloading original pixiv images from popular search results via a premium account.
Instructions
-
Download this repo to your computer of course, and open the terminal in it. Run
pip install -r requirements.txt
if necessary. -
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 namedPHPSESSID.txt
in this folder. -
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 "初音ミク"
-
Check the download folder. If you're getting newest results instead of popular results, then your PHPSESSID failed to work.