Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 855 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 855 Bytes

PixivClient

A pixiv API library based on Kotlin JVM.

Use ktor client as HttpClient.

Currently, only the JVM has been improved and tested.

This client is based on the api of pixiv mobile app.

Consider adding WebApi support in the future.

pixiv-client Tool Test Api Test

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("xyz.cssxsh.pixiv:pixiv-client:${version}")
}