mirror of
https://gitea.tendokyu.moe/pinapelz/more-tachi-import-scripts.git
synced 2026-09-22 22:28:25 +03:00
1.2 KiB
1.2 KiB
more-tachi-import-scripts
Some scripts to convert from various sources to Tachi/Kamaitachi "Batch Manual" import jsons. Use with caution as there may be some cases missing.
- SDVX e-amusement CSV (with limited Session/Date data)
- CHUNITHM AquaDX (Online Hosted) User Data Export JSON
- CHUNITHM Tachi to Tachi (Good for MYT data)
- maimai DX AquaDX (Online Hosted) User Data Export JSON
- O.N.G.E.K.I AquaDX (Online Hosted) API recently played (no export functionality in AquaNet yet)
- WACCA AquaDX (Online Hosted) API recently played (no export functionality in AquaNet yet)
Caution
If you are using Kamaitachi or using someone else's Tachi instance please check the rules to ensure that you are complying with the rules before importing your scores!!!
Usage
All scripts are self-contained and can be run on their own after pip resolves potential dependencies. A global list of dependencies can be found in requirements.txt
Windows (Powershell)
python -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt
Linux
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt