My personal scripts to download decks from archidekt & moxfield.
- cargo run --bin search -- "..." --limit ... --format ... --source ... ...
- cargo run --bin matches -- list --min 0.8
~1req / s, 10000 decks API limit
3000 Decks per search
- config
- specify import extractor json file + config
- fix 1/1
- endpoint for fetchign random decks
- params to find in fetched decks by --name-- and by containing cards
- export local saved cards into sqlite and move comparison to it?
- Add caching of data after target/debug/search --limit 20000...