omstrumpf / tts-mtg-importer

Tabletop Simulator script to import MTG decks
6 stars 6 forks source link

use the scryfall bulk API #7

Open omstrumpf opened 3 years ago

omstrumpf commented 3 years ago

We're currently querying Scryfall for every card individually. It would be nice if we could use the bulk API instead. It's capped at 75 cards, so we'd need a mechanism for chunking up our query into groups of 75.

docvalentine commented 2 years ago

This would be really nice to have - 100 card decks with lots of tokens are crashing my games and booting everyone out. It seems to be due to TTS freezing while these all resolve, and this seems like it would fix that.