spb/qc-election
Public
Python 66.6%
HTML 24.8%
CSS 4.9%
JavaScript 3.6%
1{2 "title": "QC Social Pulse",3 "type": "object",4 "schemaVersion": 1,5 "properties": {6 "tasks": {7 "title": "Tâches",8 "type": "array",9 "description": "[{platform: instagram|facebook|youtube|tiktok|x, party: CAQ|PLQ|PQ|QS|PCQ, target?: compte, query?: recherche, limit?: n}]",10 "editor": "json",11 "prefill": [12 {13 "platform": "youtube",14 "party": "PQ",15 "query": "Parti québécois élections 2026",16 "limit": 317 }18 ]19 },20 "maxCommentsPerVideo": {21 "title": "Commentaires max par vidéo",22 "type": "integer",23 "default": 20,24 "minimum": 0,25 "maximum": 100,26 "description": "Nombre maximal de commentaires publics récoltés par vidéo YouTube.",27 "editor": "number"28 },29 "proxyCountry": {30 "title": "Pays du proxy",31 "type": "string",32 "default": "CA",33 "editor": "textfield",34 "description": "Code pays du proxy résidentiel Apify (défaut CA)."35 }36 },37 "required": [38 "tasks"39 ]40}