new digest script
This commit is contained in:
54
scripts/news_digest/config.json
Normal file
54
scripts/news_digest/config.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user