Skip to content

Commit 9b59885

Browse files
committed
update readme file.
1 parent bdb5d02 commit 9b59885

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
—————— by yanghangfeng
1212
```
1313
# <p align="center">PythonCrawler: 用 python编写的爬虫项目集合</p>
14+
1415
<p align="center">
1516
<a href="https://github.com/yhangf/PythonCrawler/blob/master/LICENSE">
1617
<img src="https://img.shields.io/cocoapods/l/EFQRCode.svg?style=flat">
@@ -67,8 +68,11 @@
6768
6869
---
6970
# spiderAPI模块简介
71+
7072
#### 本模块提供一些网站的API爬虫接口,功能可能不是很全因此可塑性很大智慧的你如果有兴趣可以继续改进。
73+
7174
##### 1.大众点评
75+
7276
```python
7377
from spiderAPI.dianping import *
7478

@@ -100,7 +104,8 @@ enableips=get_enableips()
100104
```
101105
102106
##### 3.百度地图
103-
百度地图提供的API,对查询有一些限制,这里找出了web上查询的接口
107+
108+
百度地图提供的API,对查询有一些限制,这里找出了web上查询的接口。
104109
```python
105110
from spiderAPI.baidumap import *
106111

0 commit comments

Comments
 (0)