SPB Git forge

spb/fabri-ka

Public

Agrégateur de produits québécois — www.fabri-ka.com

217commits 1branches 0releases
66.1 MBsize
maindefault branch
4 h agolast push
Python 38.4% HTML 30.3% TypeScript 17.2% CSS 11% JavaScript 3.2%

[ka6] fix connecteur aubergedesglacis.com: la boutique en ligne vit sur boutique.aubergedesglacis.com (Shopify) et non sur le site vitrine WordPress — url → sous-domaine, platform woocommerce→shopify, catalog_endpoint → /products.json; le sous-domaine sert un challenge anti-bot 429 en direct, l'escalade Scrapfly du ShopifyConnector prend le relais (0→15 produits)

Simon-Pierre Boucher committed 1 mo ago (Aug 23, 2026) parent ba2df01

1 changed file +4 −4

modified data/stores.json +4 −4
@@ -8028,9 +8028,9 @@
8028 8028 {
8029 8029 "id": "aubergedesglacis.com",
8030 8030 "name": "Auberge des Glacis",
8031 − "url": "https://aubergedesglacis.com",
8032 − "platform": "woocommerce",
8033 − "catalog_endpoint": "/wp-json/wc/store/v1/products",
8031 + "url": "https://boutique.aubergedesglacis.com",
8032 + "platform": "shopify",
8033 + "catalog_endpoint": "/products.json",
8034 8034 "city": "",
8035 8035 "region": "Chaudière-Appalaches",
8036 8036 "postal_prefix": "G0R",
@@ -173767,4 +173767,4 @@
173767 173767 }
173768 173768 }
173769 173769 ]
173770 −}
\ No newline at end of file
173770 +}
173771 173771