SPB Git

spb/food-ka Public

Food-Ka — agrégateur de produits d'épicerie du Québec — www.food-ka.com

Python 57.7% TypeScript 24.9% CSS 16.7% HTML 0.6%
517 B · 12 lines python
Raw Blame History
1# -----------------------------------------------------------------------------2# Food-Ka — connecteur La Boîte à Grains (aliments naturels et bio, Gatineau)3# Auteur : Simon-Pierre Boucher — contact@spboucher.ai4# Boutique Shopify -> /products.json direct (voir _shopify.py)5# -----------------------------------------------------------------------------6from ._shopify import ShopifyConnector789class BoiteAGrainsConnector(ShopifyConnector):10    source_id = "boite_a_grains"11    domain = "laboiteagrains.com"12