更新readme

This commit is contained in:
zeek 2020-03-21 22:23:46 +08:00
parent 777bb8d1a5
commit 799fa4d1bb
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# 简介
## 简介
通过爬取网站生成sitemap.xml方便搜索引擎收录本站链接
## 使用
安装依赖:
```sh
pip3 install -r requirement.txt
```

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf-8
# -*- coding: utf-8 -*-
import requests