HTML 82.1%
Python 14.6%
TypeScript 1.9%
CSS 1%
JavaScript 0.5%
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/jobka/connectors/recreationmarketing.py6# Rôle : Connecteur Turning Point Brands Canada — JazzHR (recreationmarketing.applytojob.com)7# Créé : 2026-08-25 Modifié : 2026-08-258# =============================================================================9from .jazzhr import JazzHRConnector101112class RecreationmarketingConnector(JazzHRConnector):13 source_id = "recreationmarketing"14 EMPLOYER = "Turning Point Brands Canada"15 ORG = "recreationmarketing"16