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%
590 B · 13 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur ÉpiPresto (épicerie en ligne, produits de spécialité)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Boutique Shopify -> /products.json direct ; product_type souvent vide,5# la base retombe alors sur les tags pour la catégorie (voir _shopify.py).6# -----------------------------------------------------------------------------7from ._shopify import ShopifyConnector8910class EpiPrestoConnector(ShopifyConnector):11    source_id = "epipresto"12    domain = "epipresto.ca"13