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%
582 B · 13 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur Super C (superc.ca, bannière escompte de Metro)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Même plateforme que metro.ca -> Scrapfly (voir _metro.py)5# -----------------------------------------------------------------------------6from ._metro import MetroPlatformConnector789class SuperCConnector(MetroPlatformConnector):10    source_id = "superc"11    domain = "www.superc.ca"12    aisle_prefix = "/allees"     # superc.ca n'a pas le préfixe /epicerie-en-ligne13