add feed doc

This commit is contained in:
alphardex
2019-01-17 16:45:53 +08:00
parent 897fbbc8c5
commit 59a70e6bd9
4 changed files with 40 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ DEMO地址https://rsshub-python.herokuapp.com
1. fork这份仓库
2. 在spiders文件夹下创建新的爬虫目录和脚本编写爬虫参考我的[爬虫教程](https://alphardex.github.io/2018/12/15/%E7%BD%91%E7%BB%9C%E7%88%AC%E8%99%AB%E7%B2%BE%E8%A6%81/)
3. 在blueprints的main.py中添加对应的路由按照之前路由的格式
4. 提pr
4. 在templates中的main目录下的feeds.html上写上说明文档同样可参照格式写
5. 提pr
## 部署