Crates.io | land-calc |
lib.rs | land-calc |
version | 0.1.1 |
source | src |
created_at | 2024-01-22 22:29:40.863942 |
updated_at | 2024-01-22 22:29:40.863942 |
description | This app reads a list of mtg cards from 'list.txt', searches scryfall.com to validate them, and figures out how many lands you need. |
homepage | |
repository | https://github.com/MoistPyro/land-calc |
max_upload_size | |
id | 1109540 |
size | 164,377 |
This will try to connect to the internet. spesificly https://api.scryfall.com for validating cards. the program looks up each card individualy, and each request returns between 8-800 kb of data. (you have to try to get anything more then ~9 tho)
if you see '429: too many requests' or something similar in the console while runnung this, stop the program and report the issue to me. not stopping will get you IP banned from www.scryfall.com.
Frank Karsten, for doing all the math. https://www.channelfireball.com/article/How-Many-Lands-Do-You-Need-in-Your-Deck-An-Updated-Analysis/cd1c1a24-d439-4a8e-b369-b936edb0b38a/
initial release!