Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jellybrick/koyo
- Owner: JellyBrick
- License: apache-2.0
- Created: 2023-04-06T00:44:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:31:29.000Z (4 months ago)
- Last Synced: 2024-10-03T08:44:34.251Z (4 months ago)
- Topics: genshin, genshin-api, genshin-impact, hoyolab, hoyolab-api, jvm, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 196 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 [![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)