pixiver
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()