Send a daily GitHub Trending digest to Telegram using Google Gemini
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. It fetches trending ...
Template notes
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.
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.
Common use cases:
- Send a daily GitHub Trending digest to your Telegram - Discover useful open-source repositories automatically - Monitor new developer tools, AI projects, frameworks, and libraries - Build a personal open-source discovery assistant - Learn how to combine web extraction, GitHub API data, LLM summarization, and Telegram in n8n
How it works
- Starts from a Schedule Trigger, which you can customize - Sets the number of repositories to include in the digest - Fetches the GitHub Trending page - Extracts trending repository links from the page - Splits the repository links into individual items - Builds GitHub repository URLs and GitHub README API URLs - Limits the workflow to the configured number of repositories - Fetches each repository README using the GitHub API - Decodes README content from base64 - Builds one structured AI payload containing all selected repositories - Sends the payload to Google Gemini - Parses Gemini’s response into structured JSON - Formats the result into a Telegram message - Sends the AI-generated digest to Telegram