Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cssxsh/pixiv-client


https://github.com/cssxsh/pixiv-client

kotlin pixiv

Last synced: 3 months ago
JSON representation

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.

[![pixiv-client](https://img.shields.io/maven-central/v/xyz.cssxsh.pixiv/pixiv-client)](https://search.maven.org/artifact/xyz.cssxsh.pixiv/pixiv-client)
[![Tool Test](https://github.com/cssxsh/pixiv-client/actions/workflows/Tool.yml/badge.svg)](https://github.com/cssxsh/pixiv-client/actions/workflows/Tool.yml)
[![Api Test](https://github.com/cssxsh/pixiv-client/actions/workflows/Api.yml/badge.svg)](https://github.com/cssxsh/pixiv-client/actions/workflows/Api.yml)

## Gradle

```kotlin
repositories {
mavenCentral()
}

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