Guibod / mightstone

A python library to handle all sort of Magic The Gathering related stuffs
MIT License
0 stars 0 forks source link

17lands api support (read) #31

Open Guibod opened 1 year ago

Guibod commented 1 year ago

17lands contains one of the greatest dataset regarding draft for MTG.

17lands.com

Features we need to implement:

Note regarding scraping:

Scraping We know people are going to scrape data that we post on the internet. Be kind to our servers. We have rate limiting in place, but please cache results so you don't make the same request multiple times. Also keep in mind we provide no guarantees that data formatting will remain consistent over any period of time. Or better yet, skip the scraping altogether and make use of the public data dumps we provide to the community! Our intention is to publish these data sets on the following schedule: Draft data: 2 weeks into a set, and then monthly thereafter Game data: 3 weeks into a set, and then monthly thereafter Replay data: 6 weeks into a set, and then monthly thereafter