https://github.com/cssxsh/pixiv-client
https://github.com/cssxsh/pixiv-client
kotlin pixiv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cssxsh/pixiv-client
- Owner: cssxsh
- License: agpl-3.0
- Created: 2020-08-24T23:17:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T20:47:22.000Z (over 2 years ago)
- Last Synced: 2025-05-06T00:57:19.876Z (about 1 year ago)
- Topics: kotlin, pixiv
- Language: Kotlin
- Homepage:
- Size: 673 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[](https://search.maven.org/artifact/xyz.cssxsh.pixiv/pixiv-client)
[](https://github.com/cssxsh/pixiv-client/actions/workflows/Tool.yml)
[](https://github.com/cssxsh/pixiv-client/actions/workflows/Api.yml)
## Gradle
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("xyz.cssxsh.pixiv:pixiv-client:${version}")
}
```