Hey everyone,
I built a workflow that sends a daily email digest of GitHub trending repositories.
It was co-created with AI (ChatGPT helped me debug and clean it up
).
-
Fetches the GitHub Trending page daily (no API key required)
-
Cleans the repo list
-
Extracts repo name, link, description, language, and stars
-
Sends a nicely formatted email digest
GitHub repo: https://github.com/DestinyJazz/github-trending-notification-n8n
All sensitive info (SMTP credentials) has been removed, so you can safely import the workflow JSON.
You just need to:
-
Import the workflow in n8n
-
Add your own SMTP credentials
-
Update the “toEmail” field
Here’s a screenshot of the email output:
Hopefully it helps someone who wants daily GitHub insights in their inbox! (Because I want it so badly, so I decided to build one).
Would love feedback or improvements from the community! ![]()
