SPB Git forge

spb/job-ka

Public
229commits 1branches 0releases
38.1 MBsize
maindefault branch
4 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
1.4 KB · 28 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/trueline.py6# Rôle    : Connecteur Trueline — breezy (org « trueline »)7#           [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé    : 2026-08-23   Modifié : 2026-08-289# =============================================================================10# NOTE ka6 (2026-08-28) : employeur AMÉRICAIN de construction/rénovation11# (Trueline) — les 124 postings du board sont tous aux É.-U. (15 CA, 9 NY,12# 7 TX, 6 CO, 6 ME…), zéro Québec. L'unique offre historique (« Project13# Manager - Rennovations », 61d5c4dd132d, parue 2026-08-11) était un faux14# positif : Kirkland, WASHINGTON — « Kirkland » (ville de l'île de Montréal,15# _QC_CITIES) matchait dans le libellé, même famille que srs_merchandising16# 20ef7d6, ridepanda 2da19af, insite_property_solutions 8d37949,17# h_s_loss_control_inspections_in 8b5fe9f, gastro_health 900f025,18# family_resource_home_care 51c2615 et x4th_day_trucking c4bfc7b. Corrigé par19# le garde pays de BreezyConnector._keep (location.country.id != CA → rejet).20# Volume 0 = comportement correct.21from .breezy import BreezyConnector222324class TruelineConnector(BreezyConnector):25    source_id = 'trueline'26    EMPLOYER = 'Trueline'27    ORG = 'trueline'28