Documentation
README
Blogwatcher
Track blog and RSS/Atom feed updates with the blogwatcher-cli tool. Supports
automatic feed discovery, HTML scraping fallback, OPML import, and read/unread
article management.
Prerequisites
blogwatcher-cli must be installed. Pick one method:
# Go install
go install github.com/JulienTant/blogwatcher-cli/cmd/blogwatcher-cli@latest
# Binary (Linux amd64)
curl -sL https://github.com/JulienTant/blogwatcher-cli/releases/latest/download/blogwatcher-cli_linux_amd64.tar.gz | tar xz -C /usr/local/bin blogwatcher-cli
# Docker
docker run --rm -v blogwatcher-cli:/data ghcr.io/julientant/blogwatcher-cli scan
All releases: https://github.com/JulienTant/blogwatcher-cli/releases
Verify installation:
blogwatcher-cli --version
When to Use
This is the opening of the README. Read the full README on GitHub.