Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 816 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 816 Bytes

Magic the Gathering - Analysing, Parsing (... and eventually simulation)

"fun blurb here"

Order of scripts

Required before running -anything-

  1. fetch_scryfall
  2. convert_scryfall_objs
  3. get_cards_per_set

For analysis

  1. ingest_es
  2. pull_oracle_cards
  3. extract_oracle_text
  4. generalize_oracle_text
  5. piece_out_oracle_text

For parsing

  1. parse_per_set SET_CODE

Setup

docker compose build

docker compose up -d

Running commands

Admin console

Open the server page to view the admin dash!

Running test suite