Skip to content
/ pixiver Public

A python library for get illustrations on Pixiv through ajax interfaces.

License

Notifications You must be signed in to change notification settings

pacyu/pixiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python library for get illustrations on Pixiv through ajax interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages