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.1 KB · 23 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/qohash.py6# Rôle    : Connecteur Qohash — greenhouse (org « qohash »)7#           [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23 ;8#            re-vérifié le 2026-09-23 : board OK (4 offres, toutes « Remote »9#            sans province — correctement exclues par is_quebec_location),10#            0 offre QC légitime — l'unique offre montréalaise « Ingénieur(e)11#            en solutions, bilingue (En, Fr) » 4722050005 est dépubliée (API12#            404) ; le bureau Greenhouse « Quebec Remote Work » existe mais13#            n'a aucun poste rattaché]14# Créé    : 2026-08-23   Modifié : 2026-09-2315# =============================================================================16from .greenhouse import GreenhouseConnector171819class QohashConnector(GreenhouseConnector):20    source_id = 'qohash'21    EMPLOYER = 'Qohash'22    BOARD = 'qohash'23