Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caibingcheng/rssblog-source
RSSBlog资源仓库
https://github.com/caibingcheng/rssblog-source
blog rss
Last synced: about 2 months ago
JSON representation
RSSBlog资源仓库
- Host: GitHub
- URL: https://github.com/caibingcheng/rssblog-source
- Owner: caibingcheng
- License: bsd-3-clause
- Created: 2021-08-16T08:21:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:14:43.000Z (about 2 months ago)
- Last Synced: 2024-10-29T12:17:08.873Z (about 2 months ago)
- Topics: blog, rss
- Language: Python
- Homepage: https://rssblog.cn/
- Size: 111 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RSSBlog-Source
本仓库作为[RSSBlog](https://github.com/caibingcheng/rssblog)的资源仓库, 负责rss数据的拉取与整理. 本站实例[rssblog.cn](https://rssblog.cn/).
## USAGE
```
python3 action.py
```## BRANCH
- master: 代码逻辑
- public: 源数据数据base url:
```
SOURCE_BASE = "https://raw.githubusercontent.com/caibingcheng/rssblog-source/public/"
```
国内可以使用gitee备份加速:
```
SOURCE_BASE = "https://gitee.com/caibingcheng/rssblog-source/raw/public/"
```## FEATURE LIST
- 定时拉取订阅;
- 定时合并订阅;
- 按照时间年月分类;
- 按照用户分类;
- 保留数据来源;
- 提供RSS订阅;## TODOLIST
- [ ] 保存博文原始数据