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: 20 days ago
JSON representation
Koyo: Unofficial HoyoLab & Genshin Impact API written in Kotlin
- Host: GitHub
- URL: https://github.com/jellybrick/koyo
- Owner: JellyBrick
- License: apache-2.0
- Created: 2023-04-06T00:44:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:52:05.000Z (about 1 month ago)
- Last Synced: 2025-04-22T22:16:36.008Z (20 days ago)
- Topics: genshin, genshin-api, genshin-impact, hoyolab, hoyolab-api, jvm, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koyo: _Unofficial HoyoLab & Genshin Impact API written in Kotlin_
## Install (maven, gradle...etc)
### Jitpack [](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)