What problem does it solve?
Hacker News front ends like hckrnews.com are JavaScript-rendered and cannot be scraped with plain curl, making it hard to quickly gather top stories, article content, and discussion threads for summarization.
Core Features & Use Cases
- Top Stories Retrieval: Pull the current front-page stories with points and comment counts using the official Firebase Hacker News API.
- Story Search and Comment Trees: Find specific stories by topic via the Algolia search API and fetch full nested comment threads for discussion analysis.
- Article Fetching with Fallbacks: Retrieve linked articles directly, falling back to Wayback Machine snapshots when pages are paywalled or JavaScript-heavy.
- Use Case: Ask for the top 10 HN stories and receive a digest with each story's title, score, comment count, article summary, and grouped comment themes.
Quick Start
Summarize the top 10 stories on Hacker News right now, including the main themes from each comment thread.