We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb5d02 commit 9b59885Copy full SHA for 9b59885
README.md
@@ -11,6 +11,7 @@
11
—————— by yanghangfeng
12
```
13
# <p align="center">PythonCrawler: 用 python编写的爬虫项目集合</p>
14
+
15
<p align="center">
16
<a href="https://github.com/yhangf/PythonCrawler/blob/master/LICENSE">
17
<img src="https://img.shields.io/cocoapods/l/EFQRCode.svg?style=flat">
@@ -67,8 +68,11 @@
67
68
69
---
70
# spiderAPI模块简介
71
72
#### 本模块提供一些网站的API爬虫接口,功能可能不是很全因此可塑性很大智慧的你如果有兴趣可以继续改进。
73
74
##### 1.大众点评
75
76
```python
77
from spiderAPI.dianping import *
78
@@ -100,7 +104,8 @@ enableips=get_enableips()
100
104
101
105
102
106
##### 3.百度地图
103
-百度地图提供的API,对查询有一些限制,这里找出了web上查询的接口
107
108
+百度地图提供的API,对查询有一些限制,这里找出了web上查询的接口。
109
110
from spiderAPI.baidumap import *
111
0 commit comments