博客监视器 blogwatcher

博客监视器是一个命令行工具,用于监控和追踪博客、RSS订阅源、Atom订阅源的更新。它可以帮助用户高效聚合和管理多个信息源,自动扫描新文章,并标记阅读状态。关键词:博客监控,RSS阅读器,信息聚合,命令行工具,Go语言开发,feed订阅,内容更新追踪。

DevOps 0 次安装 0 次浏览 更新于 2/24/2026

name: blogwatcher description: 使用 blogwatcher CLI 监控博客和 RSS/Atom 源的更新。 homepage: https://github.com/Hyaxia/blogwatcher metadata: { “openclaw”: { “emoji”: “📰”, “requires”: { “bins”: [“blogwatcher”] }, “install”: [ { “id”: “go”, “kind”: “go”, “module”: “github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest”, “bins”: [“blogwatcher”], “label”: “安装 blogwatcher (go)”, }, ], }, }

blogwatcher

使用 blogwatcher 命令行工具追踪博客和 RSS/Atom 源的更新。

安装

  • Go: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest

快速开始

  • blogwatcher --help

常用命令

  • 添加博客: blogwatcher add "我的博客" https://example.com
  • 列出博客: blogwatcher blogs
  • 扫描更新: blogwatcher scan
  • 列出文章: blogwatcher articles
  • 标记文章为已读: blogwatcher read 1
  • 标记所有文章为已读: blogwatcher read-all
  • 移除博客: blogwatcher remove "我的博客"

示例输出

$ blogwatcher blogs
已追踪的博客 (1):

  xkcd
    网址: https://xkcd.com
$ blogwatcher scan
正在扫描 1 个博客...

  xkcd
    来源: RSS | 发现: 4 | 新文章: 4

总计发现 4 篇新文章!

备注

  • 使用 blogwatcher <命令> --help 来发现更多标志和选项。