1.4.1 ReadMe.md

This commit is contained in:
t@123654
2025-06-10 12:47:53 +08:00
parent 874841db70
commit e00f65e72a
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -70,12 +70,17 @@ pip install -r requirements.txt
复制并修改配置文件:
```bash
cp config.example.yaml config.yaml
copy config.example.yaml config.yaml
```
4. 启动API服务
```bash
uvicorn web:app --host 0.0.0.0 --port 8001 --reload
```
```bash
python3 main.py -job true -init true
```
### 前端界面
@@ -99,6 +104,7 @@ npm run dev
配置定时抓取微信公众号内容:
```bash
python job.py
```
## 配置说明
@@ -215,6 +221,8 @@ npm run build
- [GitHub](https://github.com/rachelos/we-mp-rss)https://github.com/rachelos/we-mp-rss
- [Gitee](https://gitee.com/rachel_os/we-mp-rss)https://gitee.com/rachel_os/we-mp-rss
# 分享交流群
QQ:244538330
# 友情链接
[WeWe RSS](https://github.com/cooderl/wewe-rss)
+3
View File
@@ -44,6 +44,9 @@ rss:
#登录会话有效时长 单位分钟 默认60分钟
token_expire_minutes: ${TOKEN_EXPIRE_MINUTES:-60}
cache:
#缓存目录,默认为./data/cache
dir: ${CACHE.DIR:-./data/cache}
gather:
#是否采集内容 默认True