Crates.io | libpixiv |
lib.rs | libpixiv |
version | 0.1.1 |
created_at | 2025-09-04 01:31:59.977053+00 |
updated_at | 2025-09-04 01:43:25.511679+00 |
description | pixiv.net API client library |
homepage | |
repository | https://git.thebread.dev/thebreadcompany/libpixiv |
max_upload_size | |
id | 1823476 |
size | 100,397 |
Client library for pixiv
For now, no OAuth2 login will be provided, so please make sure to provide refresh tokens yourself.
The following features are available (some might be missing)
You can run the following command to test existing features:
PIXIV_REFRESH_TOKEN= cargo test --lib
cargo-llvm-cov
currently reports a coverage of 67%