git.alexw.nyc home about git garden
3cardblind -
git clone https://git.alexw.nyc/3cardblind.git
sql
templates
.gitignore
LICENSE
README
buildpage.py
getdata.py
requirements.txt
runround.sh

3 Card Blind data analysis
==========================

Utilities for pulling data from 3 card blind metashape:

https://sites.google.com/view/3cb-metashape/home

Dependencies:
  - python
  - sqlite

Pull all cards from mtgjson https://mtgjson.com/downloads/all-files/


  wget https://mtgjson.com/api/v5/AtomicCards.json
  cat AtomicCards.json  | jq -r '.data | keys[]' > allcards.txt

Then:
  python3 getdata.py