返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Hacker News 深度线程分析器

使用官方HN Firebase API和BeautifulSoup抓取并分析Hacker News线程。提取情感趋势、专业信号,并生成结构化摘要,映射关键论点。

person作者: user_3c6cb52ehubcommunity

Hacker News 深度线程分析器

Scrapes and analyzes Hacker News threads using the official HN Firebase API and BeautifulSoup. Extracts sentiment trends, expertise signals, and generates structured summaries with key arguments mapped.

Installation

Basic usage or getting-started notes:

  • For example, a story: https://hacker-news.firebaseio.com/v0/item/8863.json?print=pretty

  • "text" : "Justin.tv is the biggest live video site online. We serve hundreds of thousands of video streams a day, and have supported up to 50k live concurrent viewers. Our site is growing every week, and we just added...

  • For example: https://hacker-news.firebaseio.com/v0/user/jl.json?print=pretty

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/HackerNews/API/HEAD/README.md