πŸ”¬ πŸ€–πŸ§‘β€πŸ’» AI agent for top n8n creators leaderboard reporting

⚑ 5,025 views Β· πŸ”¬ Document Extraction & Analysis

πŸ’‘ Pro Tip β€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

This n8n workflow is designed to automate the aggregation, processing, and reporting of community statistics related to n8n creators and workflows. Its primary purpose is to generate insightful reports that highlight top contributors, popular workflows, and key trends within the n8n ecosystem. Here’s how it works and why it’s important:

How It Works

  1. Data Retrieval:

    • The workflow fetches JSON data files from a GitHub repository containing statistics about creators and workflows.
    • It uses HTTP requests to access these files dynamically based on pre-defined global variables.
  2. Data Processing:

    • The data is parsed into separate streams for creators and workflows.
    • It processes the data to identify key metrics such as unique weekly and monthly inserters/visitors.
  3. Ranking and Filtering:

    • The workflow sorts creators by their weekly inserts and workflows by their popularity.
    • It selects the top 10 creators and top 50 workflows for detailed analysis.
  4. Report Generation:

    • Using AI tools like GPT-4 or Google Gemini, the workflow generates a Markdown report summarizing trends, contributors, and workflow statistics.
    • The report includes tables with detailed metrics (e.g., unique visitors, inserters) and insights into why certain workflows are popular.
  5. Distribution:

    • The report is saved locally or uploaded to Google Drive.
    • It can also be shared via email or Telegram for broader accessibility.
  6. Automation:

    • A schedule trigger ensures the workflow runs daily or as needed, keeping the reports up-to-date.

Why It’s Important

πŸ”— Nodes Used

HTTP Request, Telegram, Google Drive, Gmail, Markdown, Execute Workflow Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup