Last updated:
0 purchases
pixiv 0.1.1
python-pixiv: Pixiv API client for moe girls.
Free software: LGPLv3
Documentation: https://pixiv.readthedocs.org.
Contribute: https://github.com/kragniz/python-pixiv
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.