SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
3.2 KB · 41 lines markdown
Rendered Raw Blame History
1# Wizard's Tower connector (`wizards-tower`)23- Source: https://www.kanatacg.com · dealer · CA · CAD · Shopify storefront4- Acquisition: public `/collections/<handle>/products.json?limit=250&page=N` (shared `ShopifyStoreConnector` adapter wrapped by `MarketPinnedShopifyConnector`, which adds a `localization=CA` cookie so Shopify Markets never geo-converts prices; no store-specific code)5- Records: `listing` (asking prices, one per variant; out-of-stock variants → `ended`)6- Refresh: every 12 h (ACTIVE→NORMAL boundary, large catalogue) · history: none (listings only)78Ottawa MTG/Lorcana/board-game store. Shopify storefront with one singles collection per MTG set (title '(SET)' suffix, NM/SP/MP variants).910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `commander-legends-singles` | `magic_the_gathering` | Magic: The Gathering |14| `commander-masters-singles` | `magic_the_gathering` | Magic: The Gathering |15| `double-masters-singles` | `magic_the_gathering` | Magic: The Gathering |16| `commander-legends-battle-for-baldurs-gate-singles` | `magic_the_gathering` | Magic: The Gathering |17| `avatar-the-last-airbender-singles` | `magic_the_gathering` | Magic: The Gathering |18| `edge-of-eternities-singles` | `magic_the_gathering` | Magic: The Gathering |19| `adventures-in-the-forgotten-realms-singles` | `magic_the_gathering` | Magic: The Gathering |20| `dominaria-united-singles` | `magic_the_gathering` | Magic: The Gathering |21| `bloomburrow-singles` | `magic_the_gathering` | Magic: The Gathering |22| `duskmourn-house-of-horror-singles` | `magic_the_gathering` | Magic: The Gathering |23| `aetherdrift-singles` | `magic_the_gathering` | Magic: The Gathering |24| `double-masters-2022-singles` | `magic_the_gathering` | Magic: The Gathering |25| `dominaria-remastered-singles` | `magic_the_gathering` | Magic: The Gathering |26| `core-set-2021-singles` | `magic_the_gathering` | Magic: The Gathering |27| `30th-anniversary-edition-singles` | `magic_the_gathering` | Magic: The Gathering |28| `disney-lorcana-tcg` | `disney_lorcana` | Disney Lorcana |29| `board-games` | `board_games` | — |3031Excluded (regex): `gift card|sleeves?|deck box|binder|playmat|toploader|top loader|storage box|dice|tokens? only|bundle of|mystery|buylist|submission|event ticket|\bentry\b|tournament|store credit|pre-?release event|supplies|card savers?|\brepack|bulk lot|\blot of\b|\bpaints?\b|primer|brushes|online (pack|code)|digital code|code card|unused digital|ptcgo|ptcg live`3233Title pattern: `^(?<name>.+?) \((?<set>[A-Z0-9]{2,6})\)$` (name / set / number)3435## Access & compliance36See `accessNotes` in meta.json: robots.txt verified 2026-09-08 (standard Shopify rules, products.json paths allowed), honest UA, 1 req / 1.5 s, listings only, no personal data. Not fetched: card-game supplies, dice, modelling supplies, sale umbrella collections, events.3738## Fixtures & tests39`data/fixtures/wizards-tower/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts wizards-tower`), trimmed single-product payloads incl. a sold-out variant.40`pnpm vitest run connectors/api/wizards-tower` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts wizards-tower`.41