Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgq354/weibo-rss
🍰 把某人最近的微博转为 RSS 订阅源
https://github.com/zgq354/weibo-rss
Last synced: 3 months ago
JSON representation
🍰 把某人最近的微博转为 RSS 订阅源
- Host: GitHub
- URL: https://github.com/zgq354/weibo-rss
- Owner: zgq354
- License: mit
- Created: 2017-09-30T13:10:33.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T10:38:51.000Z (10 months ago)
- Last Synced: 2024-05-23T04:54:05.713Z (6 months ago)
- Language: TypeScript
- Homepage: https://zgq.ink/posts/weibo-rss
- Size: 746 KB
- Stars: 745
- Watchers: 20
- Forks: 109
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
安装:
```
git clone https://github.com/zgq354/weibo-rss.git
cd weibo-rss
npm i && npm run build
```启动:
```
npm install pm2 -g
pm2 start process.json
```程序将启动一个 HTTP Server,默认监听 `3000` 端口
还需另外配置域名、HTTP 反向代理等## 相关项目
* [RSSHub](https://github.com/DIYgod/RSSHub)
## License
MIT