/hoyolab-auto-daily

hoyolab-auto-daily is auto tools for auto login hoyolab and auto daily

Primary LanguageJavaScript

Hoyolab AutoDaily

A project to help auto check-in on Hoyolab for games like Honkai Impact 3, Genshin Impact, and Honkai Star Rail.

Authors

Table of Contents

Introduction

[Provide a brief introduction about the project.]

Features

  • Automatic check-in for Hoyolab games.

  • Supports Honkai Impact 3, Genshin Impact, and Honkai Star Rail.

Installation

  1. Clone the repository:
git  clone  https://github.com/HiraDuong/hoyolab-auto-daily.git
  1. Navigate to the project directory:
cd  hoyolab-auto-daily
  1. Install the dependencies:
npm  install
  1. Create a .env file and add your configuration settings:
MONGO_URI=your_mongodb_uri
PORT=5000
  • If you don't know how to get your your_mongodb_uri, see the Configuration

Usage

  1. Run the project: bash npm start

  2. Access the application using your VPS IP or localhost with port 5000. For example:

  • For VPS (Virtual Private Server): <VPS_IP_ADDRESS>:5000

  • For Localhost: localhost:5000

  • In this usage example, we will use ** localhost:5000 for represent

  1. Add an account
  • Go to ** localhost:5000 you will see this UI

  • Add Account

  1. Add update or delete a new game (like as ZZZ)
  • Go to ** localhost:5000/game you will see this UI

  • List Game

  • Add Game

  1. Update or Delete an account
  • Go to ** localhost:5000/account you will see this UI

  • List Game

Configuration

Acknowledgements

  • Special thanks to Hoyolab and the developers of the supported games.

  • Thanks to the open-source community for their contributions and support.