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.1.tar.gz
(7.8 kB
view details)
Built Distribution
pypixiv-0.2.1-py3-none-any.whl
(11.9 kB
view details)
File details
Details for the file pypixiv-0.2.1.tar.gz
.
File metadata
- Download URL: pypixiv-0.2.1.tar.gz
- Upload date:
- Size: 7.8 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 | 58bf342055bebf19ba885d224eb90be61f951640c4b08a7d91bc6e8938e0906f |
|
MD5 | a901218128a98030bedf3ac9a07f66fb |
|
BLAKE2b-256 | c2f66304a2269903cb180410c3d783233241c1cfc9b7812fc825aab530d0d72d |
File details
Details for the file pypixiv-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pypixiv-0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.9 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 | 52601df7ba6957e2eeeb02f6532cff9ce68795a70de4bc67587327f5dc80a4f1 |
|
MD5 | 576bd6db8a39a595f194c15292d53a86 |
|
BLAKE2b-256 | 59f8ac75123e7fe430068c8f18f39994ae04eed86b1e052fc7a8a93e13a6210c |