Pixiv API client.
Project description
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.
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pixiv-0.1.1.tar.gz
.
File metadata
- Download URL: pixiv-0.1.1.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a37c70773fd71287332ee49aaf9bd188ec37ddf7d05ed44215ac4bf9b3ba2238 |
|
MD5 | a66270a55f411fcd48bc1a18eea85795 |
|
BLAKE2b-256 | a0232b09264539bc0254b95d4a6856c0343293c4170012ce3ea5a3208773e5f3 |
File details
Details for the file pixiv-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pixiv-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0bd78709739932aa6e35f073f84ed163d61f5659ee1c2550d72b4b106609c00 |
|
MD5 | 503b9903d688a146486a46bef876b603 |
|
BLAKE2b-256 | a1cabc6aa8de617e89bf158d087ca7c11a34f8fde586734d2a7e4109fdab0504 |