📬 Workflow: Daily GitHub Trending Email Digest (co-created with AI)

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 :sweat_smile:).

  • 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

:link: 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:

  1. Import the workflow in n8n

  2. Add your own SMTP credentials

  3. 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! :rocket: