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%
451 B · 12 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur Metro (metro.ca)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Anti-bot agressif -> Scrapfly (voir _metro.py)5# -----------------------------------------------------------------------------6from ._metro import MetroPlatformConnector789class MetroConnector(MetroPlatformConnector):10    source_id = "metro"11    domain = "www.metro.ca"12