Skip to content

cssxsh/pixiv-client

Repository files navigation

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}")
}