Danish News Feeds
/install danish-news-feeds
Danish News Feeds
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 Feeds v1.0 - Built by Nexus Orchestrator
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install danish-news-feeds - After installation, invoke the skill by name or use
/danish-news-feeds - Provide required inputs per the skill's parameter spec and get structured output
What is Danish News Feeds?
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (... It is an AI Agent Skill for Claude Code / OpenClaw, with 380 downloads so far.
How do I install Danish News Feeds?
Run "/install danish-news-feeds" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Danish News Feeds free?
Yes, Danish News Feeds is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Danish News Feeds support?
Danish News Feeds is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Danish News Feeds?
It is built and maintained by Broedkrummen (@broedkrummen); the current version is v1.0.0.