Overview stats for MTG sets and searches using the Scryfall API
Install via PyPi with pip install scry-set
Clone and install with pipx install . or pip install .
- Request a reference list of set releases with:
scry setlist- to see a full list of all releases including bonus boxes and memorabilia:
scry setlist --all
- to see a full list of all releases including bonus boxes and memorabilia:
- Get stats for a specific set:
scry set BLBreturns all cards from the Bloomburrow setscry set latestfinds the most recent release.
- Get stats for cards based on a scryfall search query:
scry search id:orzhov type:land legal:modernreturns all unique Orzhov Land cards that are legal in Modern format, and shows stats for that list.
- Get help with
scry --help
Scry creates a local sqlite database and adds your queried cards to it. This means you can build a larger collection of cards by executing multiple searches, and then view stats for the entire database with scry stats
This also may lead to large database files with a lot of sets. To clear your database (for instance, to start a fresh collection to view stats on), run scry clear and confirm at the prompt.
Made with python and sqlite, and requests to the scryfall API. This is a personal project to learn more about python packaging, sqlite, pytest, and MTG sets.
Run tests with pytest
This project is distributed with the MIT licence
This project is not linked, authorized, endorsed by, or in any way officially connected with Wizards of the Coast.
