Downloads
Download the latest builds directly from GitHub Releases.
Installation
Download a standalone executable with zero run time dependencies. Don’t know your architecture? Help me find it.
Download
Download
Download
Download
Install via PowerShell with the following command:
Install via CMD with the following command:
Minimum Requirements
- Windows 10 or later (64-bit or ARM64)
- x64, x86, or ARM64 architecture
- Internet connection (first run only)
Installation
Clone repository
git clone https://github.com/fatonyahmadfauzi/Pixiv-OAuth-Token.git
Open project folder
cd Pixiv-OAuth-Token
Optional: Create virtual environment
python -m venv .venv
Install requirements.txt
pip install -r requirements.txt
Run CLI app
python pixiv_login.py
Minimum Requirements
- Python 3.11 or later
- pip (included with Python)
- Git (for cloning the repository)
- Internet connection