Hacker News Lookback: On This Day
detail.loadingPreview
Analyzes Hacker News headlines for a specific day across multiple years to show tech evolution.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches Hacker News headlines for a given day across a range of years (starting from 2007 up to the current year). It then uses an LLM to analyze these headlines, identify key themes, and present a lookback at how the tech landscape has evolved on that particular day over the years. The output is formatted in Markdown and sent to a Telegram channel.
Key Features
- Dynamically generates a list of dates for a specific day across multiple years.
- Fetches Hacker News front-page headlines for each generated date.
- Leverages an LLM to categorize headlines by theme and identify tech trends.
- Formats the output as a Markdown-based historical summary.
- Sends the generated summary to a specified Telegram channel.
How To Use
- Configure Schedule Trigger: Set the
Schedule Triggerto run the workflow at your desired interval (e.g., daily at a specific hour). - Set Environment Variables: Ensure
BASE_URLis set in your n8n environment variables to the Hacker News API endpoint that provides headlines for a given date (e.g.,https://news.ycombinator.com/). - Configure HTTP Request: The
GetFrontPagenode's URL should point to the Hacker News API. Thedayquery parameter should be correctly mapped from thedatesToFetcharray. - Configure HTML Extraction: The
ExtractDetailsnode needs to be configured with the correct CSS selectors to extract headlines and dates from the Hacker News HTML response. - Configure LLM: Set up the
Basic LLM Chainnode with the appropriate prompt to guide the LLM in analyzing and formatting the headlines. Ensure the prompt includes the desired output format. - Configure Telegram: Authenticate the
Telegramnode with your Telegram bot credentials and set thechatIdto your target channel.
Apps Used
Workflow JSON
{
"id": "a5c1fe10-5fff-4a72-9179-0b3106bdceb7",
"name": "Hacker News Lookback: On This Day",
"nodes": 0,
"category": "Content Generation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a5c1fe10-5fff...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI-Powered Children's English Storytelling on Telegram
Automate the creation and sharing of engaging children's stories on Telegram using AI.
Auto Knowledge Base Article Generator
Generates and refines knowledge base articles using AI.
Cocktail Recipe Sharing
Automatically generate and share cocktail recipes.
Perplexity Researcher to HTML Web Page
Converts research content from Perplexity into a structured HTML web page.
AI Newsletter Content Generation with LLM and n8n
Automate AI newsletter content creation by using an LLM node to pick top stories and an output parser to structure them. This workflow leverages n8n to streamline the process of identifying and summarizing relevant AI news for your newsletter.
Perplexity Research to HTML Web Page Generator
This workflow takes a research topic, generates structured content using AI, and converts it into a responsive HTML web page styled with Tailwind CSS.