Danish News Aggregator
/install danish-news-aggregator
Danish News Aggregator Skill
Aggregates 100+ Danish RSS feeds into category-based unified RSS feeds.
Quick Start
# Install dependencies
pip install feedparser python-dateutil
# Run aggregator
python3 aggregator.py
# Output feeds in output/ directory
ls output/
Configuration
Edit feeds.json to customize which feeds to include:
{
"refresh_interval": 900, // seconds (15 min)
"max_items_per_feed": 50,
"deduplicate": true,
"feeds": {
"national": ["https://..."],
"sports": ["https://..."]
}
}
Output Feeds
| Feed | Description | Sources |
|---|---|---|
danish-all.xml |
All news combined | Top 30 |
danish-national.xml |
DR, Berlingske, Politiken | 8 |
danish-regional.xml |
Nordjyske, Fyens, etc | 5 |
danish-sports.xml |
Bold, Tipsbladet, TV2 Sport | 8 |
danish-business.xml |
Finans, Nationalbanken | 6 |
danish-tech.xml |
Version2, Ingeniøren | 10 |
danish-english.xml |
The Local, CPH Post | 5 |
Features
- ✅ Category-based feeds
- ✅ Deduplication (same article from multiple sources)
- ✅ Source authority ranking (DR > major newspapers > regional)
- ✅ Time filtering (last 24h by default)
- ✅ RSS 2.0 compliant
- ✅ UTF-8 encoding
- ✅ Auto-refresh (15 min interval)
- ✅ Media RSS extensions for images
Hosting
Self-Host (Docker)
docker build -t danish-news-aggregator .
docker run -d -p 8080:8080 danish-news-aggregator
Cron Job
# Add to crontab
*/15 * * * * cd /path/to/aggregator && python3 aggregator.py
Subscribe
Add these URLs to your RSS reader:
- https://your-domain.com/danish-all.xml
- https://your-domain.com/danish-national.xml
- https://your-domain.com/danish-regional.xml
- https://your-domain.com/danish-sports.xml
- https://your-domain.com/danish-business.xml
- https://your-domain.com/danish-tech.xml
- https://your-domain.com/danish-english.xml
Credits
Aggregates from: DR, Berlingske, Politiken, Information, Nordjyske, Fyens, JydskeVestkysten, Bold.dk, Tipsbladet, TV2 Sport, Finans, Nationalbanken, Version2, Ingeniøren, Computerworld, The Local Denmark, The Copenhagen Post, and many more.
Danish News Aggregator v1.0 - Built by Nexus Orchestrator
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install danish-news-aggregator - 安装完成后,直接呼叫该 Skill 的名称或使用
/danish-news-aggregator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Danish News Aggregator 是什么?
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。
如何安装 Danish News Aggregator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install danish-news-aggregator」即可一键安装,无需额外配置。
Danish News Aggregator 是免费的吗?
是的,Danish News Aggregator 完全免费(开源免费),可自由下载、安装和使用。
Danish News Aggregator 支持哪些平台?
Danish News Aggregator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Danish News Aggregator?
由 Broedkrummen(@broedkrummen)开发并维护,当前版本 v1.0.0。