Scrape online sources (e.g. Bulbapedia) for card data.
For use with PokemonTCG/pokemon-tcg-data
Tested with Bulbapedia for "Genetic Apex" until "Shining Revelry"
Deno
from https://deno.com/
OR
Docker
deno task bulbapedia
OR
.docker/build.sh && .docker/run.sh
out/cards/en/tcgp___.json
- one file per set, each containing all the cards of the set
- these files are ready to be copied to
PokemonTCG/pokemon-tcg-data
directly
out/sets/en.json
- an array containing set metadata
- the file is ready to be copied into the equally named file in
PokemonTCG/pokemon-tcg-data