Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beastwick18/genshin-real-time-notes
- Owner: Beastwick18
- License: mit
- Created: 2024-01-04T03:17:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:52:50.000Z (2 months ago)
- Last Synced: 2024-10-18T16:07:44.294Z (2 months ago)
- Topics: 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
- Language: Go
- Homepage:
- Size: 6.19 MB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Genshin Real-Time NotesAdd 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.