- Add scrape_pokemon_pocket.py script to fetch card data from pokemon-zone.com - Scrapes Pokemon, Trainer, and Energy cards with full metadata - Includes image URLs for offline caching support - Supports --set, --card, --limit, and --reindex CLI options - Add beautifulsoup4 and requests as dev dependencies - Create data/cards/ directory structure for card JSON files
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
# Card data directory
|
|
# Contains scraped Pokemon TCG Pocket card data in JSON format
|
|
# Structure: {set_code}/{number}-{name}.json
|