Skip to main content

Pixiv Bulk Downloader for {Bookmarked,Followed User's} Works

Project description

pixiv-bulk-downloader

PyPI version Maintainability pre-commit.ci status

Pixiv Bulk Downloader

Feature

  • Download
    • works of following users
      • SAVE: $HOME/pbd/following
    • bookmarked works
      • SAVE: $HOME/pbd/bookmarks

Try

From PyPI

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
# run pbd
[+]: ID is mail address, userid, account name.
[?]: ID:
[?]: PW:
[+]: Login...OK!
[?]: Download all works of following? (766 artists) (n/y):
[?]: Download all bookmarked? (1909 works) (n/y):

From Docker

 docker run -it -v ~/pbd:/root/pbd ghcr.io/eggplants/pixiv-bulk-downloader
[+]: ID is mail address, userid, account name.
...

Capture

image

image

image

image

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixiv_bulk_downloader-2.6.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

pixiv_bulk_downloader-2.6.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page