Files
weibo-rss/README.md
T
2026-07-21 00:54:20 +08:00

64 lines
1.5 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.
# weibo-rss
> 基于原作者v0.3.0代码修改
#### v0.3.0-2
1. 新增页码URL参数`?page=1-3``?page=1,3,5`(需cookie;支持混用,如`?page=1-3,10,8`
#### v0.3.0-1
1. 新增视频/Live图链接以适配日记簿朋友圈
2. 图片链接不再转URL编码及百度代理
3. 新增自定义cookie环境变量`WEIBO_COOKIE=SUB=...`
# weibo-rss
简单的微博 RSS 订阅源生成器,可将某人最近发布的微博转换为符合 RSS Feed 标准的格式,供阅读器订阅。
让你不再错过喜欢的博主的动态更新,即使身处纷繁复杂中。
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## 特点
1. 简单:主页链接一键转换 RSS 订阅源地址
2. 克制:严格限制程序对微博的并发请求,不产生额外压力
3. 省资源:基于 Node.js 实现,采用 [LevelDB](https://github.com/google/leveldb) 在本地文件系统做 cache,内存占用低(60MB 左右)
## 手动部署
依赖:`Node.js``pnpm`
安装:
```
git clone https://github.com/zgq354/weibo-rss.git
cd weibo-rss
pnpm i && pnpm build
```
启动:
```
pnpm install pm2 -g
pm2 start process.json
```
程序将启动一个 HTTP Server,默认监听 `3000` 端口
还需另外配置域名、HTTP 反向代理等
## ToDo
1. 更多的接口单元测试
## 贡献者们
<a href="https://github.com/zgq354/weibo-rss/graphs/contributors">
<img src="https://contrib.rocks/image?repo=zgq354/weibo-rss" />
</a>
## 相关项目
* [RSSHub](https://github.com/DIYgod/RSSHub)
## License
MIT