A repository dedicated to mining MTG data. Check the project's page for the status of it.
This repository uses conda
to manage the development environment. The quickest way to get started is through installing miniconda.
Here's a cheat sheet on conda.
Note: The environment provided in this repo is compatible with Windows 11 OS - 64 bits.
If you haven't set up the environment yet, configure it based on the environment file and load it like so:
conda env create -f environment.yml
conda activate mtg-data-mining
If you already had the environment, and just want to update it:
conda activate mtg-data-mining
conda env update --file environment.yml --prune
As one modifies the environment's packages, the environment file should be updated as follows:
conda env export | grep -v "^prefix: " > environment.yml
- 17Lands
- API documentation
- Support them on Patreon
- Scryfall
- API documentation
- Support them through donations