A Java library for Hoyoverse API
- Genshin Impact
- Honkai Impact 3RD
- Honkai: Star Rail
- Tears of Themis
Note
Some features may not be available in China's server due to I did not have a actual China MYS account to test it
- Daily check in
- Get game character basic information (uid, level, etc)
- Get others/self forum user data
- Get self accounting data
- Multiple user support without recreating the main instance
- MultiInstance of the library
- Get information - resin, teapot, daily, opened chest, etc
- Get game content details information (weapon, artifact, charactor, etc)
- Battle Chronicle with abyss, TCG data support
- Java 11 or newer
Add this project as your dependency, for more version or usage, check out - JitPack
For those who want use newest commit as your version, use master-SNAPSHOT
as the project version
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.zvyap:Hoyoverse-API:[VERSION]'
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.zvyap</groupId>
<artifactId>Hoyoverse-API</artifactId>
<version>[VERSION]</version>
</dependency>
</dependencies>
gradlew build
The jar file will spawn at ./build/libs/