Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beastwick18/genshin-real-time-notes

📝 View your Genshin, Honkai: Star Rail, and Zenless Zone Zero Real-Time Notes from your PC! Check your resin and stamina without opening the Hoyolab App.
https://github.com/beastwick18/genshin-real-time-notes

genshin genshin-impact go golang honkai honkai-star-rail hoyolab hoyolab-api hoyoverse hoyoverse-api mihoyo mihoyo-api system-tray systray tray tray-application zenless-zone-zero zzz

Last synced: about 2 months ago
JSON representation

📝 View your Genshin, Honkai: Star Rail, and Zenless Zone Zero Real-Time Notes from your PC! Check your resin and stamina without opening the Hoyolab App.

Awesome Lists containing this project

README

        



Genshin Real-Time Notes

Add your real-time notes to your system tray!


 




# 🛠️ Installing (pre-built binaries)
- Download the [latest .exe release](https://github.com/Beastwick18/genshin-real-time-notes/releases/latest) from the releases tab for `stamina.exe`, `resin.exe`, or `charge.exe` for Genshin, Honkai: Star-Rail, or Zenless Zone Zero respectively.
- Ensure you have [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2?form=MA13LH#download) installed.
- Select "Evergreen Standalone Installer"
- WebView2 comes pre-installed on Windows 11, so you may not have to install it.
- Run either `resin.exe` for Genshin, `stamina.exe` for Honkai: Star-Rail, or `charge.exe` for Zenless Zone Zero.
- A pre-packaged login executable will be extracted into the local directory.
- A login window should appear prompting you to login to your Hoyolab account.
- Once done, your Hoyolab cookies will be saved to a file ending in `_cookies.json`.

# 🍪 Logging in to Hoyolab
1. Wait for the web page to load, then login with your email and password.



2. *(optional)* Change the refresh interval to match how often you would like your data to refresh (in seconds).
3. Click "Done"

# 🏃 Run on startup
- Create a shortcut to either executable.
- Press `Win + R` and type in `shell:startup` and hit Enter.
- Copy the shortcut to this location.

# 🚧 Building from source
## Windows
- Clone the repo:
```
git clone https://github.com/Beastwick18/genshin-real-time-notes
cd genshin-real-time-notes
```
- Run the following command:
```
make
```
- Which will generate `resin.exe`, `stamina.exe`, and `charge.exe` for Genshin, Honkai: Star-Rail, and Zenless Zone Zero respectively.