Skip to content

Xernisfy/pokemon-tcg-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-tcg-importer

Scrape online sources (e.g. Bulbapedia) for card data.

For use with PokemonTCG/pokemon-tcg-data

Notes

Tested with Bulbapedia for "Genetic Apex" until "Shining Revelry"

Usage

prerequisites

Deno from https://deno.com/
OR
Docker

download cards

deno task bulbapedia
OR
.docker/build.sh && .docker/run.sh

output

  • 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

About

Scrape online sources (Bulbapedia) for card data. For use with PokemonTCG/pokemon-tcg-data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages