A multi-purpose tool for any supported Hoyoverse games. This tool is designed to assist with daily check-ins, stamina checks, expedition checks, automatic code-redemption, and more.
- Honkai Impact 3rd (Daily Check-In only)
- Genshin Impact
- Honkai: Star Rail
- Zenless Zone Zero
- Auto check-in: Runs every midnight local time.
- Dailies check: Reminds you to complete your daily tasks, such as daily commissions, at 09:00 local time.
- Weeklies check: Reminds you to complete weekly tasks, such as weekly bosses and discounted resin usage, at 09:00 local time.
- Stamina check: Monitors your Resin/Stamina every 30 minutes.
- Customizable threshold: Notifies you when your stamina is above your set threshold.
- Expedition check: Checks your expeditions every 30 minutes.
- Shop status: This will notify you when your shop has finished selling videos (ZZZ Feature).
- Code Redemption: Automatically search and redeem codes for supported games.
- Genshin Impact
- Honkai: Star Rail
- Zenless Zone Zero
- Notifications:
- Discord
- Telegram
If you don't have a server to run this script and simply just want to use it for checking in, you can use Google App Script.
- Clone the repository.
- Run
npm install
to install the dependencies. - Create a
config.js
or renamedefault.config.js
toconfig.js
. - Follow the instructions in the
default.config.js
orconfig.js
file.
For a detailed usage guide, refer to this gist: Cookie Guide.
For setting up Discord or Telegram notifications, refer to the setup folder.
This application can be easily managed and run using Docker. We provide a Makefile for convenience, but you can also use Docker commands directly.
1. Prerequisites
- Docker: Ensure Docker is installed and running. Download it from https://www.docker.com/.
- Docker Compose: Most Docker installations include Docker Compose. If not, install it from https://docs.docker.com/compose/install/.
2. Configuration
- Rename
default.config.js
: Create a copy ofdefault.config.js
namedconfig.js
and fill in your application's configuration:cp default.config.js config.js # Edit config.js with your settings
3. Building and Running with Docker Compose
Using the Makefile (Recommended):
The provided Makefile simplifies common Docker tasks.
-
Build the image:
make build
-
Start the application:
make up
-
Stop the application:
make down
-
View logs:
make logs
-
Rebuild and restart:
make update
For a complete list of available Makefile targets, run:
make help
Using Docker Compose Directly:
If you prefer not to use the Makefile, you can use the following Docker Compose commands:
- Build the image:
docker-compose build
- Start the application:
docker-compose up -d
- Stop the application:
docker-compose down
- View logs:
docker-compose logs -f instance
- Rebuild and restart:
docker-compose down && docker-compose build && docker-compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If there are any bugs, please open an issue.
If you have any suggestions or ideas, feel free to open an issue.
New to contributing?
To get started, fork the repo, make your changes, add, commit, and push your changes to your fork. Then, open a pull request. If you're new to GitHub, this tutorial might help.
You can support the project by giving it a star, sharing it with your friends, contributing to the project, and reporting any bugs you find.
If this repo is useful to you, you can support me by buying me a coffee. Thank you!