Skip to main content

Pixiv API client.

Project description

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

python-pixiv: Pixiv API client for moe girls.

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!

History

0.1.0 (2015-01-20)

  • First release on PyPI.

  • Basic things like logging in and viewing a list of works a user has created work.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page