An open API service indexing awesome lists of open source software.

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

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)