Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 384 Bytes

SpiderMan

根据慕课网《Python爬虫课程》制作的爬虫项目,在python2.7.10运行无误。 需要bs4包中的Beautiful方法。

sudo pip bs4
sudo pip BeautifulSoup

操作

下载后在目录下打开Mac终端(win的dos)界面,

python Spider_main.py

就能运行。

注意

.pyc文件是python文件(py文件)编译后的字节码文件。