Pixiv Bulk Downloader
- Download
- works of following users
- SAVE:
$HOME/pbd/following
- SAVE:
- bookmarked works
- SAVE:
$HOME/pbd/bookmarks
- SAVE:
- works of following users
$ docker run -it -v ~/pbd:/root/pbd ghcr.io/eggplants/pixiv-bulk-downloader
[?]: ID:
[?]: PW:
[+]: Login...OK!
[?]: Download all works of following? (766 artists) (n/y):
[?]: Download all bookmarked? (1909 works) (n/y):
Note: In advance, please setup google-chrome-stable + selenium + webdriver
Ubuntu
# google-chrome-stable
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
google-chrome --version # check
# selenium
pip install selenium
python -c'import selenium;print("selenium", selenium.__version__)' # check
# webdriver
pip install chromedriver-binary-auto
# add this to rc or env: export PATH="$PATH:`chromedriver-path`"
chromedriver -v # check
# Python>=3.9
$ pip install pixiv-bulk-downloader
$ pbd
[+]: ID is mail address, userid, account name.
[?]: ID:
...
MIT