爬虫小例子
一、下载python(Download Python | Python.org)选择合适版本即可。安装过程中勾选添加环境变量选项。
二、安装requests、BeautifulSoup库(pip install)
pip install requests
pip install BeautifulSoup4
三、爬取小说网站的内容(如图)
很小的例子作为一节课的开始。
微信扫一扫
爬虫小例子
一、下载python(Download Python | Python.org)选择合适版本即可。安装过程中勾选添加环境变量选项。
二、安装requests、BeautifulSoup库(pip install)
pip install requests
pip install BeautifulSoup4
三、爬取小说网站的内容(如图)
很小的例子作为一节课的开始。
相关推荐