Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 583 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 583 Bytes

pixiver

logo2 build

This is a python package for getting illustration works with pixiv 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()