Spaces:
Running
Running
File size: 317 Bytes
17dcef2 |
1 2 3 4 5 6 7 8 9 10 11 |
# Download mtgjson data and extract it on the `data` directory
# Feel free to make the file available in any other way
# Important: run this script from the parent directory
# (the root directory in this repository)
cd data
wget "https://mtgjson.com/api/v5/AllPrintings.json.bz2"
bunzip2 AllPrintings.json.bz2
cd -
|