Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 863 Bytes

File metadata and controls

22 lines (15 loc) · 863 Bytes

ArkHelperCLI

An Arknights helper based on MAA Core,easily run MAA tasks in batches.

deploy/dev

  1. git clone https://github.com/ArkHelper/ArkHelperCLI
  2. cd ArkHelperCLI
  3. Create folder Data/Config
  4. Create configs (details below)
  5. pip install -r requirements.txt
  6. python main.py

config

ArkHelperCLI config is divided into three parts: template_xxxxxx.yaml, global.yaml, personal.yaml.
Each task configuration configured in personal.yaml will be automatically generated from the template. Must create template_default.

build

  1. pip install pyinstaller
  2. pyinstaller src/main.py --onefile --name ArkHelperCLI