ibrhdotme
Workflows by ibrhdotme
Learn anything from HN - get top resource recommendations from Hacker News
*Learning something new? Endlessly searching to find the best resources?* This workflow finds top community-recommended learning resources on any topic from Hacker News, delivered to your inbox. ### How it works - User submits a topic they want to learn via a simple form. - The workflow searches for relevant "Ask HN" posts on Hacker News and extracts top-level comments. - An LLM analyzes the comments and identifies the best learning resources. - A personalized email is sent to the user with a Markdown formatted list of top recommendations, categorized by resource type (e.g., book, course, article) and difficulty level. ### Set up steps - Add your [Google Gemini API credentials](https://n8n.io/integrations/n8n-nodes-base.googlepalm/). You'll need to create a project and enable the Generative Language API. - Add your [SMTP credentials](https://n8n.io/integrations/n8n-nodes-base.emailsend/#operations) for sending emails. - Customize the Form and email subject (optional) - Activate the workflow ### Screenshots for Workflow, Form and Email  --- **Built on Day-03 as part of the [#100DaysOfAgenticAi](https://github.com/ibrhdotme/100DaysOfAgenticAi/)** **Fork it, tweak it, have fun!**
Hacker News throwback machine - see what was hot on this day, every year!
This is a simple workflow that grabs HackerNews front-page headlines from *today's date across every year since 2007* and uses a little AI magic (Google Gemini) to sort 'em into themes, sends a neat Markdown summary on Telegram. **How it works** 1. Runs daily, grabs Hacker News front page for *this day* across every year since 2007. 2. Pulls headlines & dates. 3. Uses Google Gemini to sort headlines into topics & spot trends. 4. Sends a Markdown summary to Telegram. **Set up steps** 1. Clone the workflow. 2. Add your Google Gemini API key. 3. Add your Telegram bot token and chat ID. **Built on Day-01 as part of the [#100DaysOfAgenticAi](https://github.com/ibrhdotme/100DaysOfAgenticAi/) Fork it, tweak it, have fun!**