| id |
type |
title |
tags |
importance |
confidence |
created |
updated |
relations |
| fb56ad2c-5c87-48d4-8a69-118c81f74884 |
solution |
Mantimon TCG: Pokemon Pocket card scraper complete |
| mantimon-tcg |
| scraper |
| pokemon-pocket |
| card-data |
| python |
|
0.8 |
0.8 |
2026-01-27T05:21:27.324357+00:00 |
2026-03-05T03:42:26.378013+00:00 |
| target |
type |
direction |
strength |
edge_id |
| 61b618e7-6c6a-46be-9dec-b31b57cb19fe |
BUILDS_ON |
incoming |
0.7 |
4b12f41f-ac18-4ea9-81c3-17f9b99b9d2a |
|
| target |
type |
direction |
strength |
edge_id |
| 9f09eb50-682d-4018-88d0-19d38ac574ed |
RELATED_TO |
incoming |
0.7 |
75f57eb8-c717-4cbe-8c2d-ebc0ae30f469 |
|
|
Built scraper for Pokemon TCG Pocket card data from pokemon-zone.com. Key features: (1) Scrapes card JSON with all attributes (HP, attacks, abilities, weakness, retreat, etc.), (2) Downloads card images to local storage with Referer header required, (3) Supports --images flag during scrape or --download-images to fetch images later, (4) Fixed is_ex detection to match ' ex' suffix only (not 'ex' substring like Exeggutor), (5) Fixed trainer detection using 'Trainer | Type' pattern. Total: 372 cards across A1 (Genetic Apex, 286) and A1a (Mythical Island, 86) sets. Some images failed due to rate limiting - can retry with --download-images.