SPB Git

spb/ora-ka Public

Ora-Ka — cinq agrégateurs Ka, une barre de recherche hybride (exact + sémantique)

Python 80% TypeScript 12.9% CSS 6.8%
505 B · 12 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur PA Supermarché (épicerie indépendante, Montréal)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Boutique Shopify -> /products.json direct (voir _shopify.py)5# -----------------------------------------------------------------------------6from ._shopify import ShopifyConnector789class PASupermarcheConnector(ShopifyConnector):10    source_id = "pa"11    domain = "www.supermarchepa.com"12