mantimon-tcg/backend
Cal Corum 2517d241ac Add Pokemon Pocket card scraper for offline card data
- 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
2026-01-26 22:52:20 -06:00
..
app Add Active Effects system design and module README files 2026-01-26 22:39:02 -06:00
data/cards Add Pokemon Pocket card scraper for offline card data 2026-01-26 22:52:20 -06:00
references Add Active Effects system design and module README files 2026-01-26 22:39:02 -06:00
scripts Add Pokemon Pocket card scraper for offline card data 2026-01-26 22:52:20 -06:00
tests Add weakness/resistance support to attack damage calculation 2026-01-26 16:04:41 -06:00
.gitignore Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
.python-version Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
PROJECT_PLAN.json Complete LOW-001: Verify comprehensive docstring coverage 2026-01-26 14:55:03 -06:00
pyproject.toml Add Pokemon Pocket card scraper for offline card data 2026-01-26 22:52:20 -06:00
uv.lock Add Pokemon Pocket card scraper for offline card data 2026-01-26 22:52:20 -06:00