Pixiv Downloader
Python module to download all Pixiv artworks of a user using it's user ID. You need a PHPSESSID
token to export NSFW.
Config
Take a look to the config.json
file. The PIXIV_USER_ID
is a required field. The PHPSESSID
is an optional field which is used to donwload the NSFW content. If not specified, it only downloads the SFW content.
Deployment
- Module installation :
python3 -m pip install -r requirements.txt
- Execution (after filling the
config.json
file):
python3 tests.py