
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
n8n-nodes-metricool-connector
Advanced tools
n8n community node pour l'intégration avec l'API Metricool - Version étendue avec détection temps réel
Un nœud communautaire n8n pour intégrer l'API Metricool, avec un focus spécial sur Instagram (posts, stories, reels, commentaires et analyses).
n8n-nodes-metricool
# Si vous utilisez pnpm (recommandé)
pnpm install n8n-nodes-metricool
# Si vous utilisez npm
npm install n8n-nodes-metricool
git clone https://github.com/fabienbibe/n8n-nodes-metricool.git
cd n8n-nodes-metricool
pnpm install
pnpm build
pnpm link --global
Pour utiliser cette intégration, vous avez besoin de trois informations de votre compte Metricool :
User Token : Jeton d'authentification unique
X-Mc-Auth
User ID : Identifiant de votre utilisateur
Blog ID : Identifiant de votre marque/brand
{
"resource": "instagram",
"operation": "getPosts",
"startDate": "2024-09-20T00:00:00",
"endDate": "2024-09-27T23:59:59",
"timezone": "Europe/Paris",
"additionalFields": {
"includeComments": true,
"includeHashtags": true,
"limit": 50
}
}
{
"resource": "instagram",
"operation": "getStories",
"startDate": "2024-09-25T00:00:00",
"endDate": "2024-09-27T23:59:59",
"timezone": "Europe/Paris"
}
{
"resource": "scheduler",
"operation": "createPost",
"postText": "Nouvelle publication depuis n8n! 🚀 #automation #metricool",
"publicationDate": "2024-09-28T14:30:00",
"providers": ["instagram", "facebook", "twitter"],
"mediaUrl": "https://example.com/image.jpg"
}
{
"resource": "analytics",
"operation": "getTimelineMetrics",
"metric": "igFollowers",
"startDate": "2024-09-01T00:00:00",
"endDate": "2024-09-27T23:59:59"
}
{
"resource": "instagram",
"operation": "getHashtagsPerformance",
"startDate": "2024-09-01T00:00:00",
"endDate": "2024-09-27T23:59:59",
"timezone": "Europe/Paris"
}
Endpoint | Operation | Description |
---|---|---|
GET /v2/analytics/posts/instagram | getPosts | Posts Instagram avec métriques |
GET /v2/analytics/stories/instagram | getStories | Stories Instagram avec métriques |
GET /v2/analytics/reels/instagram | getReels | Reels Instagram avec métriques |
GET /v2/analytics/posts/instagram/hashtags | getHashtagsPerformance | Performance des hashtags |
Endpoint | Operation | Description |
---|---|---|
GET /admin/simpleProfiles | getBrands | Liste des marques |
POST /v2/scheduler/posts | createPost | Planifier une publication |
GET /v2/scheduler/posts | getScheduledPosts | Publications planifiées |
GET /v2/scheduler/besttimes/{provider} | getBestTimes | Meilleurs moments pour publier |
GET /stats/timeling/{metric} | getTimelineMetrics | Évolution des métriques |
likes
: Nombre de likescomments
: Nombre de commentairesshares
: Nombre de partagessaved
: Nombre de sauvegardesimpressions
: Impressionsreach
: Portéeengagement
: Taux d'engagementinteractions
: Interactions totalesimpressions
: Impressionsreach
: Portéereplies
: Réponsesexits
: SortiestapsForward
: Taps vers l'avanttapsBack
: Taps vers l'arrièreviews
: VuesvideoViews
: Vues vidéolikes
: Likescomments
: Commentairesshares
: Partagessaved
: Sauvegardesengagement
: Engagementimpressions
: Impressionsreach
: PortéeCréez un workflow qui :
Workflow pour :
Pour les agences gérant plusieurs clients :
{
"trigger": "MetricoolTrigger",
"config": {
"resource": "instagramComments",
"event": "newComment",
"pollInterval": 60,
"lookBackTime": 300
},
"actions": [
"Analyser sentiment",
"Envoyer alerte Slack",
"Email si urgent",
"Logger dans CRM"
]
}
Les contributions sont les bienvenues ! Voici comment contribuer :
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)# Cloner le projet
git clone https://github.com/fabienbibe/n8n-nodes-metricool.git
cd n8n-nodes-metricool
# Installer les dépendances
pnpm install
# Développement avec watch mode
pnpm dev
# Linter et formatter
pnpm lint
pnpm format
# Build
pnpm build
Ce projet est sous licence MIT. Voir le fichier LICENSE pour plus de détails.
Développé avec ❤️ pour la communauté n8n
Mots-clés : n8n, metricool, instagram, analytics, social media, automation, marketing, workflows
FAQs
n8n community node pour l'intégration avec l'API Metricool - Version étendue avec détection temps réel
We found that n8n-nodes-metricool-connector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.