-
Notifications
You must be signed in to change notification settings - Fork 254
Home
Nandaka edited this page Apr 12, 2020
·
15 revisions
Welcome to the PixivUtil2 wiki!
-
Handling username changes
whinette already created a script to handle this (https://github.com/whinette/pixixDownloader_cleaning, Refer to Issue #169).
-
Running in Windows Environment
There are 2 Option available: a. Download the executable version from the releases page. b. Run from source code:
- Download and install latest Python 3.8 from http://www.python.org/ (32-bit version is recommended due to library compatibility).
- Download the source code and extract it on some folder (e.g.
c:\pixivutil
) - Download the required library:
- Open
cmd
window and navigate to where you install the python, and go to the script folder (e.g.C:\Python38\Scripts
) - run:
pip install -r c:\pixivutil\requirements.txt
- Open
- Run the
PixivUtil2.py
by double clicking it or fromcmd
usingpython.exe c:\pixivutil\PixivUtil2.py
-
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).