diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-03-04 22:06:17 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-03-04 22:06:17 -0800 |
| commit | 8a2a8070f901f08847c71a84b5578cfe0de4768a (patch) | |
| tree | 4a6be8331d2a61fb6cc7777e1ca22cab49a4e67a /ongeki/aquadx/README.md | |
| parent | 949ee24aef37a9b04dbbdfb538ce44f70cdfe79d (diff) | |
add aquadx ongeki api json script
Diffstat (limited to 'ongeki/aquadx/README.md')
| -rw-r--r-- | ongeki/aquadx/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ongeki/aquadx/README.md b/ongeki/aquadx/README.md new file mode 100644 index 0000000..8c3d9c3 --- /dev/null +++ b/ongeki/aquadx/README.md @@ -0,0 +1,10 @@ +AquaDX currently does not have a built-in export function. If you are playing on the publicly hosted ver the best way to get some scores for now is to scrape your recent plays: + + +**No access to DB (playing on a hosted version):** +- Go to ONGEKI player page +- `CTRL + SHIFT + I`-> Open Network tab +- Find URL for request made to `/aqua/api/v2/game/ongeki` +- Download the JSON and use this as your input + +The script should grab the latest all-music.json. But in case it doesn't, a potentially outdated backup has been included |
