← 返回
数据分析 中文

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 (...
丹麦综合新闻RSS聚合器:整合100多个丹麦RSS源,生成6个分类精选的统一RSS源。
broedkrummen
数据分析 clawhub v1.0.0 1 版本 99864.7 Key: 无需
★ 0
Stars
📥 738
下载
💾 9
安装
1
版本
#aggregator#denmark#feeds#latest#news#rss

概述

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

FeedDescriptionSources
----------------------------
danish-all.xmlAll news combinedTop 30
danish-national.xmlDR, Berlingske, Politiken8
danish-regional.xmlNordjyske, Fyens, etc5
danish-sports.xmlBold, Tipsbladet, TV2 Sport8
danish-business.xmlFinans, Nationalbanken6
danish-tech.xmlVersion2, Ingeniøren10
danish-english.xmlThe Local, CPH Post5

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,175
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,611
productivity

Brave Api Search

broedkrummen
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documen
★ 2 📥 9,296