MCPcopy Index your code
hub / github.com/TheresaQWQ/RSSWorker

github.com/TheresaQWQ/RSSWorker @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
13 symbols 25 edges 5 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RSSWorker

一个能运行在 Cloudflare worker 上面的rss订阅源生成器(灵感来自RSSHub

使用方法

  1. 安装依赖 - npm install
  2. 部署到 Cloudflare worker - npm run deploy

可用路由

哔哩哔哩

  • /bilibili/dynamic/:uid - 用户动态
  • /bilibili/videos/:uid - 投稿视频

Extension points exported contracts — how you extend this code

Env (Interface)
(no doc)
worker-configuration.d.ts
RSSItem (Interface)
(no doc)
src/rss/template.ts

Core symbols most depended-on inside this repo

getDes
called by 3
src/rss/routes/bilibili.ts
fetch
called by 2
src/index.ts
getTitle
called by 2
src/rss/routes/bilibili.ts
getOriginName
called by 2
src/rss/routes/bilibili.ts
getImgs
called by 2
src/rss/routes/bilibili.ts
getUrl
called by 2
src/rss/routes/bilibili.ts
generateRSSContent
called by 1
src/rss/template.ts
getOriginDes
called by 1
src/rss/routes/bilibili.ts

Shape

Function 11
Interface 2

Languages

TypeScript100%

Modules by API surface

src/rss/routes/bilibili.ts9 symbols
src/rss/template.ts2 symbols
worker-configuration.d.ts1 symbols
src/index.ts1 symbols

For agents

$ claude mcp add RSSWorker \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact