Skip to content

brokiem/auto-hoyolab-checkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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<YourUser>\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
  1. CD to project folder
cd auto-hoyolab-checkin
  1. Resolve dependencies
go mod tidy 
  1. Build the executable
go build -ldflags="-s -w" main.go
  1. You will get the executables with name main.exe

Question?

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