pacyu / pixiver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%