mirror of
https://github.com/rachelos/we-mp-rss.git
synced 2026-09-01 15:33:05 +08:00
1.4.1 ReadMe.md
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -44,6 +44,9 @@ rss:
|
||||
#登录会话有效时长 单位分钟 默认60分钟
|
||||
token_expire_minutes: ${TOKEN_EXPIRE_MINUTES:-60}
|
||||
|
||||
cache:
|
||||
#缓存目录,默认为./data/cache
|
||||
dir: ${CACHE.DIR:-./data/cache}
|
||||
|
||||
gather:
|
||||
#是否采集内容 默认True
|
||||
|
||||
Reference in New Issue
Block a user