Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PPPlatelet authored Mar 28, 2024
1 parent ab39e95 commit e0cace2
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
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.

0 comments on commit e0cace2

Please sign in to comment.