{"id":21081370,"url":"https://github.com/selenesoftware/magiccardimporter","last_synced_at":"2026-04-26T17:31:48.971Z","repository":{"id":244712512,"uuid":"807411001","full_name":"SeleneSoftware/MagicCardImporter","owner":"SeleneSoftware","description":"A module to import cards and pricing from the Scryfall API into your Magento 2 store","archived":false,"fork":false,"pushed_at":"2024-07-01T03:17:15.000Z","size":32,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T04:59:19.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/SeleneSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","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":"2024-05-29T03:54:53.000Z","updated_at":"2024-07-01T03:17:18.000Z","dependencies_parsed_at":"2024-06-16T23:28:12.439Z","dependency_job_id":"f0c93941-96e4-48f8-b1f6-fae0a7020ffc","html_url":"https://github.com/SeleneSoftware/MagicCardImporter","commit_stats":null,"previous_names":["selenesoftware/magiccardimporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SeleneSoftware/MagicCardImporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeleneSoftware%2FMagicCardImporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeleneSoftware%2FMagicCardImporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeleneSoftware%2FMagicCardImporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeleneSoftware%2FMagicCardImporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeleneSoftware","download_url":"https://codeload.github.com/SeleneSoftware/MagicCardImporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeleneSoftware%2FMagicCardImporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32307010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T17:23:19.671Z","status":"ssl_error","status_checked_at":"2026-04-26T17:23:19.195Z","response_time":129,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-19T20:08:52.527Z","updated_at":"2026-04-26T17:31:48.953Z","avatar_url":"https://github.com/SeleneSoftware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mage2 Module SeleneSoftware MagicCardImporter\n\n    ``selenesoftware/module-magiccardimporter``\n\n - [Main Functionalities](#markdown-header-main-functionalities)\n - [Installation](#markdown-header-installation)\n - [Configuration](#markdown-header-configuration)\n - [Specifications](#markdown-header-specifications)\n - [Attributes](#markdown-header-attributes)\n\n\n## Main Functionalities\nImport Cards and pricing from Scryfall API\n\n## Installation\n\\* = in production please use the `--keep-generated` option\n\n### Type 1: Zip file\n\n - Unzip the zip file in `app/code/SeleneSoftware`\n - Enable the module by running `php bin/magento module:enable SeleneSoftware_MagicCardImporter`\n - Apply database updates by running `php bin/magento setup:upgrade`\\*\n - Flush the cache by running `php bin/magento cache:flush`\n\n### Type 2: Composer\n\n - Make the module available in a composer repository for example:\n    - private repository `repo.magento.com`\n    - public repository `packagist.org`\n    - public github repository as vcs\n - Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`\n - Install the module composer by running `composer require selenesoftware/module-magiccardimporter`\n - enable the module by running `php bin/magento module:enable SeleneSoftware_MagicCardImporter`\n - apply database updates by running `php bin/magento setup:upgrade`\\*\n - Flush the cache by running `php bin/magento cache:flush`\n\n\n## Configuration\n\nNothing to configure\n\n## Usage\n\nRunning the base command ```magic:import``` will just output a list of all available sets on Scryfall.  Issuing a set code after the command, ```magic:import roe``` (Rise of the Eldrazi), will pull all the card data and create the product information for each card in the set.\n\n## Issues\n\nCurrently, there are a few things that need some work:\n - There are custom attributes for the cards, but I want to create an attribute set and include them all.  Currently, these custom attributes will get attached to all product in the store.\n - Custom Attributes are not populating properly when the product is created.  This needs to be fixed.\n - The category is created when the import is running, but it won't put it under the \"Magic: the Gathering\" category.  Need to figure out how to move it properly.\n - Images.  I haven't gotten around to it yet.\n\nIf you think you can solve one of these issues, pull requests will be welcomed at https://github.com/SeleneSoftware/MagicCardImporter\n\n\n\n## Specifications\n\n - Console Command\n\t- import\n\n\n## Attributes\n\n - Product - Card Set (card_set)\n\n - Product - Color Identity (color_identity)\n\n - Product - Mana Cost (mana_cost)\n\n - Product - Multiverse ID (multiverse_id)\n\n - Product - Type Line (type_line)\n\n - Product - Type (type)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselenesoftware%2Fmagiccardimporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselenesoftware%2Fmagiccardimporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselenesoftware%2Fmagiccardimporter/lists"}