Badaro / MTGODecklistCache

Cache in JSON format of tournaments posted on MTGO, Manatraders, Melee and Topdeck Websites
34 stars 4 forks source link

Implement Scraper for the New MTGO Site #7

Closed Badaro closed 1 year ago

Badaro commented 1 year ago

After the migration to Daybreak MTGO has a new website for decklists: URL: https://www.mtgo.com/en/mtgo/decklists

The format does not match the one used by magic.wizards.com, so I'll need to implement a new scraper.

Tasklist:

Checklist for known website issues so I can track if any are fixed and/or work around them.

Major issues (require a fix on their site or a workaround in code):

Minor issues (don't need fixing, but relevant to document):

Badaro commented 1 year ago

Deck page:

Event page:

Badaro commented 1 year ago

Basic implementation done and online, for now only downloading new events.

Will wait to see if there will be further fixes to mtgo.com before moving on to the larger scraping of the event history.