Creators hub: Generate dynamic SVG stats with daily updates
 n8n Creators Template: Creator Profile Stats Updater This n8n workflow template is designed to automate the process of updating a creator's pr...
Template notes
 n8n Creators Template: Creator Profile Stats Updater
This n8n workflow template is designed to automate the process of updating a creator's profile statistics, including total workflows, complex workflows, approved workflows, pending workflows, total nodes, and total views. It utilizes various nodes to fetch data, process it, and update a SVG file hosted on GitHub to reflect the latest stats.
Workflow Overview
1. Schedule Trigger: Triggers the workflow execution at specified intervals. 2. Config: Sets up configuration details like creator username, colors for text, icons, border, and card. 3. Get Workflows: Fetches workflows associated with the creator from the n8n API. 4. Workflows Data: Processes the fetched data to calculate various statistics. 5. Get User: Fetches user details from the n8n API. 6. Download Image: Downloads the creator's profile image. 7. Extract From File: Extracts binary data from the downloaded image file. 8. SVG: Generates an SVG file with updated stats and visual representation. 9. GitHub: Commits the updated SVG file to the specified GitHub repository. 10. Final: Prepares the final data set for further processing or output. 11. Sticky Note: Provides a visual note or reminder within the workflow editor.
Embed & Live Preview
Since it's a .SVG format you can host it anywhere. treat it like normal image so you can embed it with any site, forum, page that support posting images. here's example code for markdown:
markdown [](https://n8n.io/creators/n8n-team)
Here's the result [](https://n8n.io/creators/n8n-team) Or served through CDN & Cache [](https://n8n.io/creators/n8n-team)