repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: blogwatcher |
| #3 | description: Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. |
| #4 | homepage: https://github.com/Hyaxia/blogwatcher |
| #5 | metadata: {"clawdbot":{"emoji":"📰","requires":{"bins":["blogwatcher"]},"install":[{"id":"go","kind":"go","module":"github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest","bins":["blogwatcher"],"label":"Install blogwatcher (go)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # blogwatcher |
| #9 | |
| #10 | Track blog and RSS/Atom feed updates with the `blogwatcher` CLI. |
| #11 | |
| #12 | Install |
| #13 | - Go: `go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest` |
| #14 | |
| #15 | Quick start |
| #16 | - `blogwatcher --help` |
| #17 | |
| #18 | Common commands |
| #19 | - Add a blog: `blogwatcher add "My Blog" https://example.com` |
| #20 | - List blogs: `blogwatcher blogs` |
| #21 | - Scan for updates: `blogwatcher scan` |
| #22 | - List articles: `blogwatcher articles` |
| #23 | - Mark an article read: `blogwatcher read 1` |
| #24 | - Mark all articles read: `blogwatcher read-all` |
| #25 | - Remove a blog: `blogwatcher remove "My Blog"` |
| #26 | |
| #27 | Example output |
| #28 | ``` |
| #29 | $ blogwatcher blogs |
| #30 | Tracked blogs (1): |
| #31 | |
| #32 | xkcd |
| #33 | URL: https://xkcd.com |
| #34 | ``` |
| #35 | ``` |
| #36 | $ blogwatcher scan |
| #37 | Scanning 1 blog(s)... |
| #38 | |
| #39 | xkcd |
| #40 | Source: RSS | Found: 4 | New: 4 |
| #41 | |
| #42 | Found 4 new article(s) total! |
| #43 | ``` |
| #44 | |
| #45 | Notes |
| #46 | - Use `blogwatcher <command> --help` to discover flags and options. |
| #47 |