返回顶部
d

danish-news-feeds

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
322
下载量
0
收藏
概述
安装方式
版本历史

danish-news-feeds

# Danish News Feeds Aggregates 100+ Danish RSS feeds into category-based unified RSS feeds. ## Quick Start ```bash # 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: ```json { "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) ```bash docker build -t danish-news-aggregator . docker run -d -p 8080:8080 danish-news-aggregator ``` ### Cron Job ```bash # 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*

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 danish-news-feeds-1776233770 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 danish-news-feeds-1776233770 技能

通过命令行安装

skillhub install danish-news-feeds-1776233770

下载 Zip 包

⬇ 下载 danish-news-feeds v1.0.0

文件大小: 25.6 KB | 发布时间: 2026-4-15 23:55

v1.0.0 最新 2026-4-15 23:55
- Initial release of "danish-news-feeds": a comprehensive Danish news RSS aggregator.
- Combines 100+ Danish RSS sources into 7 unified, category-based feeds (national, regional, sports, business, tech, English, and all).
- Features auto-refresh every 15 minutes, article deduplication, and ranking by source authority.
- Outputs fully compliant, UTF-8 encoded RSS 2.0 feeds with support for images.
- Easily configurable via feeds.json and supports both self-hosting (Docker) and cron-based refresh.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部