sitemap/README.md

11 lines
159 B
Markdown
Raw Normal View History

2020-03-21 14:23:46 +00:00
## 简介
2020-03-21 12:55:40 +00:00
2020-03-21 14:10:41 +00:00
通过爬取网站生成sitemap.xml方便搜索引擎收录本站链接
2020-03-21 14:23:46 +00:00
## 使用
安装依赖:
```sh
pip3 install -r requirement.txt
```