Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zvyap committed Mar 4, 2024
1 parent dafa1a1 commit ec01f06
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@ A Java library for Hoyoverse API
* Tears of Themis

### **Oversea & China's server** ***supported***
> [!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
## Features
* 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

## Work In Progress Features
* Get information - resin, teapot, daily, etc
* Get information - resin, teapot, daily, opened chest, etc
* Get game content details information (weapon, artifact, charactor, etc)
* Battle Chronicle with abyss, TCG data support

## Requirements
* Java 11 or newer
Expand Down Expand Up @@ -63,6 +70,6 @@ dependencies {

## Build yourself
```
gradlew build -x test
gradlew build
```
The jar file will spawn at **./build/libs/**

0 comments on commit ec01f06

Please sign in to comment.