Pixiv ajax wrapper
Project description
pypixiv
Pixiv ajax python wrapper
Feature
-
Asynchronous.
-
Fully type annotated.
-
The response is returned as an object.
Simple Example
import asyncio
from pypixiv.client import PixivClient
async def main():
async with PixivClient() as client:
illust = await client.illustinfo(79136250)
user_id = int(illust.userId)
print(user_id)
user = await client.userinfo(id)
print(user.name)
asyncio.run(main())
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
pypixiv-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypixiv-0.1.0.tar.gz.
File metadata
- Download URL: pypixiv-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
939041577b1da8fc06eb559c6ada5444187265c1b443549e7851e11d468be608
|
|
| MD5 |
06d03a5de7bd83777f7c4c29f579df2b
|
|
| BLAKE2b-256 |
f1e04e70c905c8ebd86b1d66f5355027f2fba7c9b50dda7cf66efddf557b1578
|
File details
Details for the file pypixiv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pypixiv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
558165b84e7da733524d122d63fd8769a426c84d8fd3d2cf389b355c0761f7fa
|
|
| MD5 |
9b84caf7dffdeaec08e301134bcb9871
|
|
| BLAKE2b-256 |
a4cadfd74c1290222c5ee8d16258039872f032e883ca9bc0cc1bedd0a1bd3e13
|