Script that takes your Magic the Gathering card list from Lion's Eye in CSV and checks it against Archidekt to show you what decks you can build with your library. Uses Scryfall, and a Lion's Eye export file.
Export the Extended CSV from Lion's Eye and drop it into the same folder as this script, with the filename le.csv
.
python script.py <archidektID>
- clean up reporting
- cache OracleIDs locally so I don't need to re-pull via API every time
- get card prices from Card Kingdom and TCGPlayer to determine rough prices for building a deck (also locally cached)
- ...
- PROFIT!!!