{"id":25808550,"url":"https://github.com/elykdeer/scryrs","last_synced_at":"2026-06-08T13:32:36.684Z","repository":{"id":236890789,"uuid":"793369064","full_name":"ElykDeer/scryrs","owner":"ElykDeer","description":"An alternative to scryfall with caching and mass image downloading capabilities.","archived":false,"fork":false,"pushed_at":"2024-05-12T16:30:27.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T09:26:22.558Z","etag":null,"topics":["mtg","mtg-cards","rust","rust-lang","scryfall","scryfall-api","scryfall-cards"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ElykDeer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.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-04-29T05:08:36.000Z","updated_at":"2025-07-11T02:26:42.000Z","dependencies_parsed_at":"2024-08-25T20:04:09.121Z","dependency_job_id":"d4748314-19f3-455d-afaa-a9397d82bc32","html_url":"https://github.com/ElykDeer/scryrs","commit_stats":null,"previous_names":["kylemiles/scryrs","elykdeer/scryrs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElykDeer/scryrs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElykDeer%2Fscryrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElykDeer%2Fscryrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElykDeer%2Fscryrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElykDeer%2Fscryrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElykDeer","download_url":"https://codeload.github.com/ElykDeer/scryrs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElykDeer%2Fscryrs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["mtg","mtg-cards","rust","rust-lang","scryfall","scryfall-api","scryfall-cards"],"created_at":"2025-02-27T22:28:55.102Z","updated_at":"2026-06-08T13:32:36.668Z","avatar_url":"https://github.com/ElykDeer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scry.rs\n\nA simple alternative to [scryfall](https://github.com/mendess/scryfall-rs) with caching and mass image downloading capabilities.\n\n```rust\nuse scryers::{\n  download_all_cards,\n  bulk::{BulkDownload, BulkDownloadType},\n};\n\nfn main() {\n  // Downloads images for all cards\n  scryers::download_all_cards();\n\n  // Allows you to easily iterate over card information, without needing to re-download Scryfall database information (\u003e140Mb!) every time.\n  // Lazy loads card info, so initialization speed should be super quick\n  let cards = BulkDownload::new(\"./scryfall.db\", BulkDownloadType::DefaultCards).unwrap();\n  for card in cards.cards() {\n    println!(\"Image at images/{}-0.jpg\", card.name());\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felykdeer%2Fscryrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felykdeer%2Fscryrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felykdeer%2Fscryrs/lists"}