Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jellybrick/koyo

Koyo: Unofficial HoyoLab & Genshin Impact API written in Kotlin
https://github.com/jellybrick/koyo

genshin genshin-api genshin-impact hoyolab hoyolab-api jvm kotlin kotlin-multiplatform

Last synced: 4 months ago
JSON representation

Koyo: Unofficial HoyoLab & Genshin Impact API written in Kotlin

Awesome Lists containing this project

README

        

# Koyo: _Unofficial HoyoLab & Genshin Impact API written in Kotlin_

## Install (maven, gradle...etc)

### Jitpack [![Jitpack Status](https://jitpack.io/v/JellyBrick/Koyo.svg)](https://jitpack.io/#JellyBrick/Koyo)

```groovy
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
```

```groovy
dependencies {
implementation 'com.github.JellyBrick:Koyo:$version'
}
```

## How to obtain Genshin Wish API URL

[Paimon.moe Document](https://paimon.moe/wish/import)

## How to obtain HoYoLab Cookie

[HoyoLab-API Document](https://github.com/vermaysha/hoyolab-api/blob/master/README.md#how-to-obtain-hoyolab-cookie)

## Special thanks to

- [hoyolab-api](https://github.com/vermaysha/hoyolab-api)
- [Genshin-Impact-Wish-history-API](https://github.com/jvergerolle/Genshin-Impact-Wish-history-API)
- [genshinstats](https://github.com/thesadru/genshinstats)