Welcome to Pixiv’s documentation!

python-pixiv

https://img.shields.io/pypi/v/pixiv.svg https://img.shields.io/travis/kragniz/python-pixiv.svg https://ci.appveyor.com/api/projects/status/github/kragniz/python-pixiv?svg=true Documentation Status https://codecov.io/github/kragniz/python-pixiv/coverage.svg?branch=master

python-pixiv: Pixiv API client for moe girls.

python-pixiv supports and runs continuous tests for python 2.7, 3.4 and 3.5, and PyPy. Tests are run on both Linux and Windows.

Quickstart

Install python-pixiv:

$ pip install pixiv

Login to pixiv:

from pixiv import login

pixiv = login('username', 'password')

Save the work from a particular user:

user = pixiv.user(7631951)

for art in user.works():
    art.save()

See the full documentation for more!

Indices and tables