Tool to predict the result of a match given the text of the cards
To collect the data MTGO standings has been scraped. Steps to reproduce it:
- Run
scraper/tournaments_list.py
: it generates a file containing the links of every tournament. - Run
scraper/tournament_data.py
: it generates a json file that contains all the tournaments data (metadata, players, decks and matches). It takes as input the file generated in the previous step. - Run
load_from_json
fromutils/database.py
: it insert all the data in a mongo database.