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%
529 B · 12 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur Club Entrepôt (Wholesale Club, bannière grossiste Loblaw)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Même plateforme Next.js que Maxi/Provigo -> Scrapfly (voir _loblaw.py)5# -----------------------------------------------------------------------------6from ._loblaw import LoblawConnector789class ClubEntrepotConnector(LoblawConnector):10    source_id = "club_entrepot"11    domain = "www.wholesaleclub.ca"12