An Arknights helper based on MAA Core,easily run MAA tasks in batches.
git clone https://github.com/ArkHelper/ArkHelperCLIcd ArkHelperCLI- Create folder
Data/Config - Create configs (details below)
pip install -r requirements.txtpython main.py
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.
pip install pyinstallerpyinstaller src/main.py --onefile --name ArkHelperCLI