Monitor any RSS feeds, blogs, or news sources and get AI-powered daily digests.
# Install dependencies
npm install
# Add your first source
content-watcher add https://techcrunch.com/feed/ --name "TechCrunch"
# Run once to test
content-watcher run
# Save digest to file
content-watcher run --output digest.md
| Command | Description |
|---|---|
| --------- | ------------- |
add | Add a source to monitor |
remove | Remove a source |
list | List all sources |
run | Generate digest now |
config | Show configuration |
Config stored at ~/.config/content-watcher/config.json:
{
"sources": [...],
"delivery": "console",
"summaryStyle": "bullet",
"maxItemsPerSource": 5
}
Works great with:
共 1 个版本