Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.68 KB

Connect With Us

Discord via Discord

Gitter via Gitter

Goals

The goals of this project are to extend the MTGJSONv4 protocols and give an option for pre-processed SQLite downloads. lly edit it to be correct. Once that is accomplished, we are then no longer dependent on them for card data, except for rullings.

About Us

MTGJSON and MTGSQlive are open sourced database creation and distribution tool for Magic: The Gathering cards, specifically in JSON and SQLite format.

You can find our documentation with all properties here.

To provide feedback and/or bug reports, please open a ticket as it is the best way for us to communicate with the public.

If you would like to join or assist the development of the project, you can join us on Discord to discuss things further.

How To Use

Note: These are the build directions to compile your own SQLite file.
If you are looking for the pre-compiled SQLite file, you can download it from MTGJSON.com.

This system was built using Python 3.7, so we can only guarantee proper functionality with this version.

# Install dependencies
$ pip3 install -r requirements.txt 

# usage: mtgsqlive [-h] -i file -o file 
$ python3 -m mtgsqlive -i /path/to/AllSets.json -o /path/to/output.sqlite