美文网首页我爱编程
python + selenium + phantomjs 爬虫

python + selenium + phantomjs 爬虫

作者: anonymous66 | 来源:发表于2016-10-28 10:07 被阅读120次

    1、安装 python

    python的话,2.7版本就可以了

    2、安装selenium 2.45

    https://pypi.python.org/pypi/selenium/2.45.0
    解压之后:

    sudo python setup.py install 
    

    即可

    3、安装firefox 36

    http://www.qqtn.com/down/37584.html

    4、下载phantomjs

    http://phantomjs.org/download.html

    本次环境搭建以mac为搭建标准。

    相关文章

      网友评论

        本文标题:python + selenium + phantomjs 爬虫

        本文链接:https://www.haomeiwen.com/subject/qyasuttx.html