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(user_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.2.5.tar.gz
(8.0 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
pypixiv-0.2.5-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file pypixiv-0.2.5.tar.gz.
File metadata
- Download URL: pypixiv-0.2.5.tar.gz
- Upload date:
- Size: 8.0 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 |
d7941cd3729c648721f91e7f91d865abb2bbd0e10af3627feffa181f503e08b6
|
|
| MD5 |
e21c133308bdb0ab0474dacacf26e877
|
|
| BLAKE2b-256 |
d5b94f83603d6ef0620441aee6d32f7375343b0269a2bff2cf17edffe1867313
|
File details
Details for the file pypixiv-0.2.5-py3-none-any.whl.
File metadata
- Download URL: pypixiv-0.2.5-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
e978c3e019ddd23e97a038ef60344d2018f41b3e185e8dc1c2ada3bc9675d2c5
|
|
| MD5 |
9ed15ec78f7a3d69f56173e1faa09626
|
|
| BLAKE2b-256 |
dfbed1d6ba70bd7ffb685f48a4521867d99b507a95f7feb0737790977bbc21e0
|