SPB Git forge

spb/job-ka

Public
229commits 1branches 0releases
38.1 MBsize
maindefault branch
5 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
1.8 KB · 31 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/tealcommunicationsinc.py6# Rôle    : Connecteur Teal Communications, Inc. — JazzHR (tealcommunicationsinc.applytojob.com)7# Créé    : 2026-08-25   Modifié : 2026-08-278# =============================================================================9# NOTE (2026-08-27) : employeur américain — Teal Communications, entreprise10# télécom (eSIM/IoT) de Kirkland, WA (banlieue de Seattle). Les 5 offres11# historiques captées étaient toutes localisées « Kirkland, WA », faux positif12# du filtre Québec sur ville homonyme (même famille que coorstek b7ebb74 /13# echodynecorp 5bf3718 / edelmanfinancialenginesllc 6f6298c / epwealth e34defd14# / insomniacookies 9f92204 / blockslearning 3bf461d / bluetoothsiginc 7d5cd8215# / kestramedicaltechnologiesinc f41a81a / lakewashingtondermatology 411e4a1 /16# lifestance 25262c1 / nadel 80e2f6f / onemedical a57eee6 / phynetdermatology17# 9a9de3d / residential11 46f36ee / sweeneyconrad 91b5a0e / synterra 68745a5).18# Depuis le fix is_quebec_location f4038e4 (rejet du code d'État « , WA »),19# ces offres sont rejetées ; purge normale du pipeline le 2026-08-27 03:2720# (removed=5, active=0, miss_count=2). Vérifié à la source le 2026-08-27 :21# 5 postings JazzHR, TOUS à Kirkland WA, zéro au Québec. Un volume de 0 est22# donc le comportement CORRECT tant que l'employeur ne publie rien au Québec —23# ne pas « réparer » ce 0.24from .jazzhr import JazzHRConnector252627class TealcommunicationsincConnector(JazzHRConnector):28    source_id = "tealcommunicationsinc"29    EMPLOYER = "Teal Communications, Inc."30    ORG = "tealcommunicationsinc"31