-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab39e95
commit e0cace2
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# PixDownload | ||
A hardmode pixiv downloader | ||
|
||
## A Hardmode Pixiv Downloader (It'll be soon optimized.) :) | ||
|
||
### Operating Guide: | ||
|
||
1. Ensure you have a Windows/Linux environment. | ||
2. Set up a Python IDE. | ||
3. Create a **run.bat** file and input the following commands: | ||
|
||
```batch | ||
pip install --ignore-installed -i ("A reliable mirror URL") --trusted-host ("A trusted host") --target=("Your Python path if you have 2 or more Python environments") -r requirements.txt | ||
python PixDownload.py | ||
pause | ||
``` | ||
4. Execute the **run.bat** file to open the program. If you don't want to run `pip` every time, then delete the **first** line in the batch file. | ||
5. Enter the Pixiv tag and press **Enter**. Repeat this process for additional tags until you press "Q" or "q". Ensure you have a **VPN** and it's actived. | ||
6. Wait until the download completes. | ||
7. Your pictures will be found at `(programroot)/pixiv/`. | ||
8. Enjoy! | ||
Make sure to adjust paths and settings as necessary for your environment. |