Install
openclaw skills install danish-news-aggregatorComprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (...
openclaw skills install danish-news-aggregatorAggregates 100+ Danish RSS feeds into category-based unified RSS feeds.
# Install dependencies
pip install feedparser python-dateutil
# Run aggregator
python3 aggregator.py
# Output feeds in output/ directory
ls output/
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://..."]
}
}
| 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 |
docker build -t danish-news-aggregator .
docker run -d -p 8080:8080 danish-news-aggregator
# Add to crontab
*/15 * * * * cd /path/to/aggregator && python3 aggregator.py
Add these URLs to your RSS reader:
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