-
https://github.com/hax0kartik/3dsdb a. Apply my custom modification to generate new lists containing more data
- list_US.json
- list_GB.json
- list_JP.json (has problems)
- list_KR.json
- list_TW.json (has problems)
-
https://github.com/ghost-land/3dsdb a. Fallback data b.
wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/games.json -O ghost-land-3dsdb-initial_data-games.jsonc.wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/virtual-console.json -O ghost-land-3dsdb-initial_data-virtual_console.jsond.wget https://github.com/ghost-land/3dsdb/raw/refs/heads/main/data/initial_data/dsiware.json -O ghost-land-3dsdb-initial_data-dsiware.json -
Copy them to
data/source -
Run
uv run scripts/make_local_list.py -
Run
uv run scripts/make_fallback_list.py -
List generated at
data/generated/final_local_title_list.jsonanddata/generated/final_fallback_title_list.json. Use in web app for local query and escalate to API.