Trending Digest

approved

by alex-de-kora

Multi-source trending analyzer — scrape GitHub, HN, Medium, 知乎 & more, AI-analyze with Claude, auto-write to vault daily. - This plugin has not been manually reviewed by Obsidian staff.

1 stars133 downloadsUpdated 1mo agoMIT

🌊 Trending Digest

Multi-source trending content aggregator for Obsidian. Scrapes trending pages across GitHub, Hacker News, Medium, Zhihu, Twitter/X, and 20+ other sources, scores each item with AI, then writes a curated daily digest directly into your vault.

多源趋势内容聚合器。抓取 GitHub、Hacker News、知乎、Medium、Twitter/X 等 25+ 个站点的热门内容,用 AI 逐条评分分析,自动将精选日报写入 Obsidian Vault。

Features / 功能特性

  • 🔍 25+ sources / 多数据源 — GitHub Trending, Hacker News, Zhihu, Medium, Product Hunt, npm, Hugging Face, arXiv, Reddit, DEV.to, 36kr, Bilibili, V2EX, Substack, TechCrunch, The Verge, Ars Technica, Wired, and more
  • 🐦 X/Twitter — Aggregates AI/tech accounts via Nitter RSS (no API key needed) / 通过 Nitter RSS 聚合 AI/科技账号,无需 API Key
  • 🤖 AI-powered scoring / AI 智能评分 — Each item scored 0–10 on relevance, usefulness, novelty, and popularity / 逐条按相关度、实用价值、新颖性、热度评分 0-10
  • 🎯 Focus areas / 关注方向 — Filter content by 20+ domains (AI/Agent, DevTools, SaaS, Philosophy, Health, etc.) / 按 20+ 细分领域筛选内容
  • 📅 Scheduled + manual / 定时 + 手动 — Auto-run daily at your chosen time, or trigger on demand / 每日定时自动运行,也可随时手动触发
  • 📝 Auto-writes to vault / 自动写入 Vault — Daily markdown file with frontmatter, scores, AI summaries, and tags / 每日生成带 frontmatter 的 Markdown 文件
  • 🔄 Incremental merging / 增量追加 — Repeat runs append new items without deleting existing content / 同一天多次运行只新增不覆盖,旧内容完整保留

Installation / 安装

Manual / 手动安装

  1. Download the latest release / 下载最新 Release
  2. Extract to <vault>/.obsidian/plugins/trending-digest/ / 解压到此目录
  3. Restart Obsidian / 重启 Obsidian
  4. Enable Trending Digest in Settings → Community Plugins / 设置 → 社区插件 → 启用

From Source / 从源码安装

cd <vault>/.obsidian/plugins/
git clone https://github.com/alex-de-kora/obsidian-trending-digest trending-digest

Configuration / 配置

Open Settings → Trending Digest. / 打开 Obsidian 设置 → Trending Digest。

API Setup / API 设置

The plugin requires a Claude-compatible API endpoint: / 插件需要 Claude 兼容的 API 端点:

Field / 字段Description / 说明
API KeyYour API key (Anthropic, or any compatible provider) / 你的 API 密钥
API Base URLDefault https://api.anthropic.com — set to your provider's endpoint / 默认 Anthropic 官方,可改为自己的代理
Model ID / 模型 IDModel identifier (e.g., claude-sonnet-4-6, deepseek-v4-pro) / 模型标识

💡 Works with Anthropic API, DeepSeek, OpenRouter, or any Anthropic Messages API-compatible endpoint. / 支持 Anthropic API、DeepSeek、OpenRouter 等所有兼容 Anthropic Messages API 的服务。

Source Selection / 目标站点

Toggle individual sources on/off. Categories include: / 按类别勾选:

  • Code Platforms / 代码平台 — GitHub, npm, Hugging Face
  • Tech Communities / 技术社区 — Hacker News, Medium, DEV.to, Reddit r/ML, V2EX, Hashnode, HackerNoon, Substack, X/Twitter
  • Chinese Communities / 中文社区 — Zhihu, sspai, 36kr, Bilibili
  • AI Officials / AI 官方 — OpenAI Blog, Anthropic News, Google AI Blog
  • Product Discovery / 产品发现 — Product Hunt, TechCrunch, The Verge, Ars Technica, Wired
  • Research / 学术研究 — arXiv

Focus Areas / 关注方向

Check the domains you care about. The AI will prioritize items matching your selected areas. / 勾选关注的领域,AI 评分时会侧重这些方向。

可选领域包括:AI/Agent/MCP、大模型、开发工具、开源项目、前端/设计、DevOps、数据科学、创业/融资、SaaS、增长/营销、哲学/思维、认知科学、教育、3D/游戏、写作、健康、效率等。

Output / 输出设置

  • Output Folder / 输出目录 — Where daily digests are saved / 日报保存位置
  • Schedule / 定时 — Set the daily auto-run time / 设置每日自动抓取时间
  • Score Threshold / 最低评分阈值 — Minimum AI score (0–10) to include (default: 5, lower = more items) / 低于此值的条目不会写入(默认 5,越低条目越多)

Usage / 使用方法

  • Click the 🌊 ribbon icon or Cmd/Ctrl+P → Trending Digest: Run / 点击左侧 🌊 图标,或 Cmd/Ctrl+P 搜「抓取 Trending Digest」
  • Or click ▶ Run Now / ▶ 立即运行 in the settings panel / 或在设置页点击
  • The plugin scrapes all enabled sources, scores every item with AI, and writes a file like 2026-06-12.md / 插件自动抓取、AI 评分、写入日报

Daily Digest Format / 日报格式

---
tags: [trending, multi-source, daily, 2026-06-12]
date: 2026-06-12
mode: daily
sources: [github, hackernews, zhihu]
total_items: 15
---

# 🌊 Trending Digest (daily) — 2026-06-12

> 关注方向:AI/Agent/MCP, 开发工具/CLI
> 来源数据:github:5 hackernews:3 zhihu:7
> 模型:Claude Sonnet 4.6

---
## 🐙 GitHub Trending
### 🎨 [owner/repo](https://github.com/owner/repo)  `8/10`
> Repository description

**评价**:Highly relevant to agent tools   ★ 120 today
**详情**:New open-source MCP server framework with 15k total stars
**标签**:`mcp` `agent` `typescript`

---
*自动生成 by Trending Digest Plugin · 2026-06-12*

How It Works / 工作原理

  1. Scrape / 抓取 — Fetches trending items from each enabled source / 从已启用的站点抓取热门条目
  2. Analyze / 分析 — Sends each item to the AI for scoring and summarization / 逐条发送给 AI 评分和摘要
  3. Filter / 过滤 — Keeps items scoring above your threshold / 保留评分高于阈值的条目
  4. Merge / 合并 — Appends new items into today's digest (preserving existing content) / 追加新条目到已有日报,不删除旧内容
  5. Write / 写入 — Saves the markdown file to your vault / 保存到 Vault

Customizing X/Twitter Accounts / 自定义 Twitter 订阅

To change tracked accounts, edit the accounts array in main.js: / 编辑 main.js 中的 accounts 数组:

const accounts = [
    "OpenAI",
    "AnthropicAI",
    "AIatMeta",
    "GoogleAI",
    "ylecun",
    "AndrejKarpathy",
    "huggingface",
    "langchain",
    "_akhaliq",
    "simonw",
    "kaborobots"
];

License / 许可

MIT

Author / 作者

alex-de-kora

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.