GitHunt
ST

stephwag/acnh-catalog

Extract your ACNH catalog from a Switch video capture

ACNH Catalog Extractor

Utility to extract your ACNH catalog from a 30 second video captured from Switch.

The data will be exported into

  • catalog.txt - names of the items you own, separated by newline.
  • catalog.ndjson - items you own in json format.

Keep in mind that specific variations of an item are not taken into account, just the item itself.

How to use

docker run -v $(pwd):/app stephwag/acnh-catalog python3 main.py samples/sample.mp4

Examples

Get only orderable items

python3 main.py samples/sample.mp4 --orderable

Get only accessories and dresses that are also orderable

python3 main.py samples/sample.mp4 --orderable --categories accessories dresses

Exclude fossils

python3 main.py samples/sample.mp4 --categories_exclude fossils

Languages

Python91.3%Dockerfile8.7%

Contributors

MIT License
Created May 8, 2020
Updated August 29, 2023
stephwag/acnh-catalog | GitHunt