Skip to content

Scrapes through MTGO 5-0 deck dumps and returns JSON data

Notifications You must be signed in to change notification settings

shynonagons/mtgo-results-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTGO Results Scraper

Scrapes through MTGO 5-0 deck dumps and returns JSON data.

Try it out

Usage

/api/scrape?date=2019-11-08&format=modern&type=league

Data Structure

Returns decklists from the dump in the following shape:

{
  "owner": "coolguy123",
  "list": {
    "creature": [
    {
      "qty": 1,
      "name": "Birchlore Rangers"
    }
    ],
    ...,
    "sideboard": [
      {
        "qty": 1,
        "name": "Relic of Progenitus"
      }
    ]
  }
}

Comments, feature requests, and PRs welcome.

About

Scrapes through MTGO 5-0 deck dumps and returns JSON data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published