Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
Daily GitHub Trending AI Digest to Telegram This workflow generates a daily AI powered GitHub Trending digest and sends it to Telegram using GitHub Trending, GitHub README data, and Google Gemini. ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegram, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.html
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atha Ahsan Xavier Haris.
Original n8n.io sourceThis workflow generates a daily AI-powered GitHub Trending digest and sends it to Telegram using GitHub Trending, GitHub README data, and Google Gemini.
It fetches trending repositories from GitHub, extracts the top repository links, retrieves each repository README through the GitHub API, builds a structured AI payload, asks Gemini to summarize the repositories, and delivers the result as a clean Telegram digest.
It is useful for developers, builders, researchers, and tech enthusiasts who want to discover interesting open-source projects without manually browsing GitHub Trending every day.
This workflow uses GitHub Trending page data and GitHub public README API data. GitHub does not provide an official Trending API endpoint, so the workflow extracts repository links from the GitHub Trending page.
The AI summaries are generated only from the provided repository URLs and README excerpts. If a README is missing or unclear, the summary quality may be limited.
Have questions or want to connect? Reach me on LinkedIn.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send a daily GitHub Trending digest to Telegram using Google Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Market Research, AI Summarization |
| Author | Atha Ahsan Xavier Haris |
| Published | 08 May 2026 |
Use the JSON export at /data/workflows/15555/15555.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Daily GitHub Trending AI Digest to Telegram This workflow generates a daily AI powered GitHub Trending digest and sends it to Telegram using GitHub Trending, GitHub README data, and Google Gemini. ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.