diogojapinto / mtg-data-mining

A repository dedicated to mining MTG data.
Apache License 2.0
2 stars 0 forks source link

Add 17Lands API client #14

Closed diogojapinto closed 1 year ago

diogojapinto commented 1 year ago

This PR implements an API client for 17Lands.

The data retrieved is cached in the local filesystem, under the data/ folder, and (generally speaking) is converted into pandas objects when returning.

Refs: https://github.com/diogojapinto/mtg-data-mining/issues/9

diogojapinto commented 1 year ago

Maybe I should add a demo notebook on how to use the API before merging.