https://github.com/lucasjinreal/rssreborn
Make RSS great again.
https://github.com/lucasjinreal/rssreborn
ai ai-news chatgpt reading rss
Last synced: about 1 year ago
JSON representation
Make RSS great again.
- Host: GitHub
- URL: https://github.com/lucasjinreal/rssreborn
- Owner: lucasjinreal
- Created: 2024-09-21T06:24:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T06:39:44.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T03:04:53.867Z (about 1 year ago)
- Topics: ai, ai-news, chatgpt, reading, rss
- Language: Python
- Homepage:
- Size: 342 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# RSS Reborn
> 🍰 万物皆可 RSS
**rssreborn** is a reborn version of rsshub in python. By using **rssreborn**, one can controll all wesbites updates that you like at hand.
For instance, listening the updates from 财联社:


by simply call: `http://127.0.0.1:5000/cls/telegraph/`.
As you can see, now that you can get *almost* everything within your python code, or request from your domain, you can play with these informations as you want.
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
本项目是[原RSSHub](https://github.com/DIYgod/RSSHub)的Python实现。
## Install
To use **rssreborn**, simply:
```
pip install rssreborn
```
then, you can run:
```
rssreborn
```
On your server, you will have a server setup ready for requesting on any supported website updates.
Open browser navigate to http://127.0.0.1:5000/cls/telegraph/ you'll the result.
## Plan
I wish you can help intergate more websites to here, so that we can have a more robust, consistant python rsshub!
Future plans:
- [ ] support background services request all hub one by one and save to sqlite;
- [ ] Broadcast the updates to anyone subscribed;
- [ ] Maybe a new RSS read client.