https://github.com/brokiem/auto-hoyolab-checkin
Auto claim Hoyolab daily login rewards
https://github.com/brokiem/auto-hoyolab-checkin
auto check genshin hoyolab hoyolab-auto-check impact in
Last synced: 2 months ago
JSON representation
Auto claim Hoyolab daily login rewards
- Host: GitHub
- URL: https://github.com/brokiem/auto-hoyolab-checkin
- Owner: brokiem
- License: mit
- Created: 2022-10-03T09:33:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T06:03:55.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:36:33.819Z (3 months ago)
- Topics: auto, check, genshin, hoyolab, hoyolab-auto-check, impact, in
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Automatic Hoyolab Check-in
With this lightweight software, you don't have to worry about missing your daily check-in on the Hoyolab website because
this software will automatically check in to the website every 12 hours (Your PC must be on and connected to internet).## How to use
1. Download the exe first in the release section or build yourself
2. Add the program shortcut to the auto startup program (in Windows: C:\Users\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\)
3. Run the program and done, it will automaticaly run when your pc is turned on!## Download
https://github.com/brokiem/auto-hoyolab-checkin/releases/tag/new
## Build
1. Install latest golang from [here](https://go.dev/dl/)
2. Clone this repo
```sh
git clone https://github.com/brokiem/auto-hoyolab-checkin.git
```
3. CD to project folder
```sh
cd auto-hoyolab-checkin
```
4. Resolve dependencies
```sh
go mod tidy
```
4. Build the executable
```sh
go build -ldflags="-s -w" main.go
```
5. You will get the executables with name main.exe## Question?
Open an issue (https://github.com/brokiem/auto-hoyolab-checkin/issues)