Skip to content

WeeraW/auto-hoyolab-checkin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thanks to orignal brokiem Automatic Hoyolab Check-in

Automatic Hoyolab Check-in 2

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 4 hours (Your PC must be on and connected to internet).

Features

  • Supports multiple accounts
  • Retry when failed
  • Support games
    • Genshin Impact
    • Honkai Impact 3rd
    • Honkai Star Rail

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 Windows C:\Users\<YourUser>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\
    • You can also use the Win+R shortcut and type shell:startup to open the startup folder
  3. Run the program and done, it will automaticaly run when your pc is turned on!

Download

https://github.com/WeeraW/auto-hoyolab-checkin/releases

Build

  1. Install latest golang from here
  2. Clone this repo
git clone https://github.com/WeeraW/auto-hoyolab-checkin.git
  1. CD to project folder
cd auto-hoyolab-checkin
  1. Resolve dependencies
go mod tidy
  1. Build the executable
  • Option 1: Build for your current OS
    go build -o ./bin/hoyolab_auto_checkin.exe -ldflags="-s -w"  ./main.go
  • Option 2: Build without console (Windows only)
    go build -o ./bin/hoyolab_auto_checkin.exe -ldflags="-s -w -H=windowsgui"  ./main.go
  1. You will get the executables with name hoyolab-auto-checkin.exe