new digest script

This commit is contained in:
Yanxin Lu
2026-02-21 22:49:33 -08:00
parent 661949aab3
commit 2345e32cab
4 changed files with 544 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
{
"settings": {
"hours_lookback": 24,
"retention_days": 30
},
"ollama": {
"model": "kamekichi128/qwen3-4b-instruct-2507:latest",
"prompt": "Summarize the following news article in 2-3 concise sentences:"
},
"feeds": [
{
"url": "https://feeds.bbci.co.uk/news/rss.xml",
"name": "BBC News",
"category": "World",
"enabled": true
},
{
"url": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
"name": "NY Times",
"category": "World",
"enabled": true
},
{
"url": "https://feeds.bbci.co.uk/news/technology/rss.xml",
"name": "BBC Tech",
"category": "Tech",
"enabled": false
},
{
"url": "https://hnrss.org/frontpage",
"name": "Hacker News",
"category": "Tech",
"enabled": true
},
{
"url": "https://rsshub.isrss.com/zaobao/realtime/china",
"name": "联合早报 中国",
"category": "China",
"enabled": true
},
{
"url": "https://rsshub.isrss.com/thepaper/featured",
"name": "澎湃新闻 热点",
"category": "China",
"enabled": true
},
{
"url": "https://rsshub.isrss.com/36kr/hot-list",
"name": "36氪 热榜",
"category": "China",
"enabled": true
}
]
}