This is a python package for get illustration on the pixiv by ajax interfaces.


Keywords
pixiv, pixiv-api, python
License
MIT
Install
pip install pixiver==0.0.9.1252

Documentation

pixiver

logo2 build

This is a python package for get illustration on the pixiv by ajax interfaces.

Move to Chinese Version.

Install

$ pip install -U pixiver

Quick Start

from pixiver.pixiv import Pixiv

p = Pixiv(username='user', password='pw')
pw = p.works(73225282)
pw.mark()
pw.like()
pw.bookmark()
pw.save_original()