https://github.com/cmeister2/awesome-mtg
A list of awesome Magic: the Gathering programming projects and resources
https://github.com/cmeister2/awesome-mtg
List: awesome-mtg
magic-the-gathering mtg scryfall scryfall-api
Last synced: 4 months ago
JSON representation
A list of awesome Magic: the Gathering programming projects and resources
- Host: GitHub
- URL: https://github.com/cmeister2/awesome-mtg
- Owner: cmeister2
- License: mit
- Created: 2020-08-10T13:20:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T13:27:24.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T14:49:57.701Z (about 2 years ago)
- Topics: magic-the-gathering, mtg, scryfall, scryfall-api
- Language: Ruby
- Homepage: https://cmeister2.github.io/awesome-mtg
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This list contains links to Magic: the Gathering-related coding resources and projects.
View this page at [https://cmeister2.github.io/awesome-mtg/](https://cmeister2.github.io/awesome-mtg/)
# Contents
- [APIs](#apis)
- [Scryfall](#scryfall)
- [Docs](#scryfall-docs)
- [Python Libraries](#scryfall-python)
# APIs
## Scryfall
Scryfall provides a REST-like API for ingesting card data programatically. The
API exposes information available on the regular site in easy-to-consume
formats.
- [API documentation](https://scryfall.com/docs/api)
- [scryfall-cache](https://github.com/cmeister2/scryfall_cache) - a library
which minimizes the number of requests made to the Scryfall API by using Bulk
Data and a sqlite cache.