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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixiv-0.1.1.tar.gz (23.4 kB view hashes)

Uploaded Source

Built Distribution

pixiv-0.1.1-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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