{"id":13624139,"url":"https://github.com/EhsanKia/CatalogScanner","last_synced_at":"2025-04-15T20:33:23.219Z","repository":{"id":43206872,"uuid":"260370504","full_name":"EhsanKia/CatalogScanner","owner":"EhsanKia","description":"Scans Animal Crossing: New Horizon catalog from video of user scrolling through.","archived":false,"fork":false,"pushed_at":"2025-01-19T16:43:55.000Z","size":83362,"stargazers_count":128,"open_issues_count":5,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T06:06:32.985Z","etag":null,"topics":["animal-crossing","animal-crossing-new-horizons","computer-vision","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://nook.lol","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EhsanKia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-01T03:21:55.000Z","updated_at":"2025-03-16T01:08:37.000Z","dependencies_parsed_at":"2025-02-25T06:16:30.511Z","dependency_job_id":null,"html_url":"https://github.com/EhsanKia/CatalogScanner","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EhsanKia%2FCatalogScanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EhsanKia%2FCatalogScanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EhsanKia%2FCatalogScanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EhsanKia%2FCatalogScanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EhsanKia","download_url":"https://codeload.github.com/EhsanKia/CatalogScanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249148332,"owners_count":21220517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animal-crossing","animal-crossing-new-horizons","computer-vision","hacktoberfest"],"created_at":"2024-08-01T21:01:39.234Z","updated_at":"2025-04-15T20:33:18.199Z","avatar_url":"https://github.com/EhsanKia.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# CatalogScanner [![Python version](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nScript to scan video or screenshots of user scrolling through their AC:NH Nook Shop catalog, DIY recipes list, critters, song list, reactions and more.\n\nThis is the source code for the Twitter bot [@CatalogScanner](https://twitter.com/CatalogScanner), which is an automated version of this.\n\n## Installation\n\nThis script requires [Python 3](https://www.python.org/downloads/release/python-377/) and [Tesseract-OCR](https://github.com/tesseract-ocr/tesseract/wiki) to work.\n\nYou can then install the required libraries using pip and requirements.txt:\n\n```shell\ncd CatalogScanner\npython3 -m venv .env\n.env/Scripts/activate\npip install -r requirements.txt\n```\n\n## Usage\n\nBefore using this script, you need to create a valid video file. There are many types of supported media.\nFor the full list alongside instructions for each, check out \u003chttps://nook.lol\u003e.\n\n### Scanning the media\n\nOnce you have your video file, you can pass it as the first argument to the script:\n\n```sh\npython scanner.py catalog.mp4\n```\n\nIf you have screenshots, you can pass it as is if there is a single one, otherwise you need\nto number them starting with 0 and pass the filename with `%d` instead of the numbers.\n\n```sh\npython scanner.py catalog_%d.png\n```\n\nBy default, it will detect the media type (catalog, recipes, etc), but you can force on with `--mode`.\n\nYou can use `--for_sale` to filter out items that are not purchasable,\nand you can use `--locale` to adjust the parsed language.\nBy default, the script prints out the name of all the items found in your catalog video.\n\n## Credits\n\nThe item name data comes from:\n\n- \u003chttps://tinyurl.com/acnh-sheet\u003e\n- \u003chttps://github.com/imthe666st/ACNH\u003e\n- \u003chttps://github.com/alexislours/translation-sheet-data\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEhsanKia%2FCatalogScanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEhsanKia%2FCatalogScanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEhsanKia%2FCatalogScanner/lists"}