pixiv-client
pixiv-client copied to clipboard
trafficstars
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.
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("xyz.cssxsh.pixiv:pixiv-client:${version}")
}