制作一个简单的webCrawler - 以Goodreads上的作家quotes为例+爬取Finance Yahoo上的公司股价信息
使用工具:Python3;PyCharm需要模块:requests,BeautifulSoup4实现在goodreads上爬所有的StephenKing的quotes#可以根据需要在其他网站爬其他信息代码片如下importrequests
frombs4importBeautifulSoup
#requestscanbeinstalledbypipthroughcmd
#BeautifulSou