Skip to content
Nandaka edited this page Apr 12, 2020 · 15 revisions

Welcome to the PixivUtil2 wiki!

Useful Tips

  1. Handling username changes

    whinette already created a script to handle this (https://github.com/whinette/pixixDownloader_cleaning, Refer to Issue #169).

  2. Running in Windows Environment

    There are 2 Option available: a. Download the executable version from the releases page. b. Run from source code:

    1. Download and install latest Python 3.8 from http://www.python.org/ (32-bit version is recommended due to library compatibility).
    2. Download the source code and extract it on some folder (e.g. c:\pixivutil)
    3. Download the required library:
      1. Open cmd window and navigate to where you install the python, and go to the script folder (e.g. C:\Python38\Scripts)
      2. run: pip install -r c:\pixivutil\requirements.txt
    4. Run the PixivUtil2.py by double clicking it or from cmd using python.exe c:\pixivutil\PixivUtil2.py
  3. Running in Linux Environment

    I'm developing the script in Windows environment, so I'm not sure if there is something broken for linux. By right it should be working as long the required libraries are installed (Refer to Issue #176).

Clone this wiki locally