-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# scryfall-card-list | ||
A small Python project that fetches lists of cards by set from the Scryfall API (https://scryfall.com/docs/api) | ||
|
||
# Usage | ||
![image](https://user-images.githubusercontent.com/48395914/136574571-8e5d18fc-dab8-43f5-8098-e1c628bbce1f.png) | ||
|
||
Explicitly supported extensions include: | ||
- txt | ||
- csv | ||
- xml | ||
- doc | ||
|
||
# License | ||
``` | ||
Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
``` | ||
This project is unofficial Fan Content permitted under the [Wizards of the Coast Fan Content Policy](https://company.wizards.com/en/legal/fancontentpolicy). The card names retrieved and provided by this project are copyright Wizards of the Coast, LLC, a subsidary of Hasbro, Inc. This project is not produced by, endorsed by, supported by, or affiliated with Wizards of the Coast or Scryfall, LLC.\ | ||
[Scryfall API](https://scryfall.com/docs/api/) © 2021 Scryfall, LLC. |