博客监控器Skill blogwatcher

博客监控器是一个命令行界面(CLI)工具,专门用于监控博客和RSS/Atom feed的更新。它允许用户添加、管理和追踪博客,自动扫描新文章,并标记阅读状态,提高信息获取效率。关键词包括:博客监控、RSS工具、Atom feed、CLI工具、更新追踪、自动化工具、信息聚合。

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

名称: blogwatcher 描述: 使用blogwatcher CLI监控博客和RSS/Atom feed的更新。 主页: https://github.com/Hyaxia/blogwatcher 元数据: { “otto”: { “emoji”: “📰”, “requires”: { “bins”: [“blogwatcher”] }, “install”: [ { “id”: “go”, “kind”: “go”, “module”: “github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest”, “bins”: [“blogwatcher”], “label”: “安装blogwatcher (go)”, }, ], }, }

blogwatcher

使用 blogwatcher CLI 追踪博客和RSS/Atom feed的更新。

安装

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

快速开始

  • blogwatcher --help

常见命令

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

示例输出

$ blogwatcher blogs
跟踪的博客 (1):

  xkcd
    URL: https://xkcd.com
$ blogwatcher scan
扫描 1 个博客...

  xkcd
    来源: RSS | 找到: 4 | 新: 4

找到 4 篇新文章总计!

注意事项

  • 使用 blogwatcher <command> --help 来发现标志和选项。