Files
nexus/wiki/entities/RSSHub.md
2026-04-28 16:03:03 +08:00

37 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "RSSHub"
type: entity
tags: [rss, open-source, self-hosted]
last_updated: 2026-04-23
---
## Overview
RSSHub 是一个开源项目(`diygod/rsshub`),能够为不支持 RSS 的网站(如 YouTube、Twitter、微博等生成标准 RSS Feed从而实现统一的内容订阅。
## Details
- **类型**: 开源项目 / 工具
- **官方仓库**: https://github.com/DIYgod/RSSHub
- **Docker 镜像**: `diygod/rsshub`
- **部署方式**: Docker Compose主流支持本地自建
- **关键路由**: `/youtube/channel/<channel_id>``/youtube/user/<username>`
## Usage in This Wiki
- [[YouTube Content Pipeline]] 使用 RSSHub 作为 YouTube 频道 RSS 转换层
- [[blogwatcher-daily收藏]] 通过本地 RSSHub 实例(`http://192.168.3.45:1200`)转换 YouTube 频道为 RSS Feed
- [[multi-source-tech-news-digest]] 通过 RSSHub 生成标准化 RSS
## Key Configuration
- `YOUTUBE_KEY`: YouTube Data API v3 凭据,用于稳定获取 YouTube 数据
- `HTTP_PROXY` / `HTTPS_PROXY`: 容器内代理,用于绕过网络限制
- `PORT`: 监听端口(默认 1200
## Connections
- [[YouTube Content Pipeline]] ← uses ← [[RSSHub]]
- [[Docker Compose]] ← hosts ← [[RSSHub]]
- [[RSSHub]] ← requires ← [[YouTube Data API v3]]
## Aliases
- RSSHub
- RSSHub 实例
- 本地 RSSHub