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 133a39f commit cb622adCopy full SHA for cb622ad
README.md
@@ -1,6 +1,7 @@
1
# good-coder-python
2
3

4
+[](https://coveralls.io/r/caimaoy/good-coder-python?branch=dev)
5
6
在调研过程中,经常需要对一些网站进行定向抓取。由于python包含各种强大的库,使用python做定向抓取比较简单。请使用python开发一个迷你定向抓取器mini\_spider.py,实现对种子链接的广度优先抓取,并把URL长相符合特定pattern的网页保存到磁盘上。
7
程序运行:
0 commit comments