brokiem / auto-hoyolab-checkin

Auto claim Hoyolab daily login rewards
MIT License
7 stars 1 forks source link
auto check genshin hoyolab hoyolab-auto-check impact in

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
  2. Clone this repo
    git clone https://github.com/brokiem/auto-hoyolab-checkin.git
  3. CD to project folder
    cd auto-hoyolab-checkin
  4. Resolve dependencies
    go mod tidy 
  5. Build the executable
    go build -ldflags="-s -w" main.go
  6. You will get the executables with name main.exe

Question?

Open an issue (https://github.com/brokiem/auto-hoyolab-checkin/issues)