{"id":15893442,"url":"https://github.com/multimeric/unreleasedarenadata","last_synced_at":"2025-10-14T23:06:05.341Z","repository":{"id":85377401,"uuid":"286447316","full_name":"multimeric/UnreleasedArenaData","owner":"multimeric","description":"Parses useful information out of the Magic Arena data files","archived":false,"fork":false,"pushed_at":"2020-08-10T15:41:34.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T17:51:30.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multimeric.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-08-10T10:41:26.000Z","updated_at":"2020-08-12T04:46:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a7896b1-f1b0-4ad9-9a4b-98806e00c37a","html_url":"https://github.com/multimeric/UnreleasedArenaData","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/multimeric/UnreleasedArenaData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FUnreleasedArenaData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FUnreleasedArenaData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FUnreleasedArenaData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FUnreleasedArenaData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multimeric","download_url":"https://codeload.github.com/multimeric/UnreleasedArenaData/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FUnreleasedArenaData/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021901,"owners_count":26087073,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-06T08:10:37.867Z","updated_at":"2025-10-14T23:06:05.314Z","avatar_url":"https://github.com/multimeric.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arena Data\nThis is a set of simple command-line utilities for analysing the Magic: the Gathering Arena data files, to determine interesting trivia.\n\nTo use this package you'll need basic command-line skills, and have Python 3 installed.\n\n## Installation\nSetup a virtual environment with Python 3, then:\n\n```bash\npip install git+https://github.com/TMiguelT/UnreleasedArenaData.git\n```\n\n### Requirements\nTo use the below commands, you'll first have to locate your MTG Arena data directory. On Windows, this is something like `C:/Program Files/Wizards of the Coast/MTGA/MTGA_Data/Downloads/Data`. \n\nIf a command below requires the input of a data file such as the `loc-path`, look in this directory for the newest file that begins with `data_loc_*.mtga`. Note: *don't* choose the `.mtga.dat` file, this is different. Similarly, the `card_path` will be named something like `data_cards_*.mtga`.\n\nSecondly, you'll need a copy of the MTGSQLive database. You can download it [here](https://mtgjson.com/api/v5/AllPrintings.sql).\n\n\n## Usage\n### New Arts\nFinds art credits in the Arena data files that aren't yet in MTGJSON\n```\nusage: arena-data new-art [-h] [--loc-path LOC_PATH] [--sql-path SQL_PATH]\n                          [--set-code SET_CODE]\n                          card_path\n\npositional arguments:\n  card_path            Path to the card data file\n\noptional arguments:\n  -h, --help           show this help message and exit\n  --loc-path LOC_PATH  Path to the localisation data file\n  --sql-path SQL_PATH  Path to MTGJSON AllPrintings SQL database, e.g.\n                       https://mtgjson.com/api/v5/AllPrintings.sql\n  --set-code SET_CODE  Optionally, a set code to restrict the search to, e.g.\n                       \"AKR\" (Amonkhet Remastered)\n```\n\n### New Cards\nFinds cards in the Arena data files that aren't yet in MTGJSON\n```\nusage: arena-data new-cards [-h] [--loc-path LOC_PATH] [--sql-path SQL_PATH]\n                            [--new-set-code NEW_SET_CODE]\n                            [--old-set-codes OLD_SET_CODES]\n                            card_path\n\npositional arguments:\n  card_path             Path to the card data file\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --loc-path LOC_PATH   Path to the localisation data file\n  --sql-path SQL_PATH   Path to MTGJSON AllPrintings SQL database, e.g.\n                        https://mtgjson.com/api/v5/AllPrintings.sql\n  --new-set-code NEW_SET_CODE\n                        The set code of interest, e.g. `AKR` (Amonkhet\n                        Remastered)\n  --old-set-codes OLD_SET_CODES\n                        The old sets that the new set is based on as a comma-\n                        separated list, e.g. for AKR this should be `AKH,HOU`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Funreleasedarenadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultimeric%2Funreleasedarenadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Funreleasedarenadata/lists"}