摘要: 一、主题式网络爬虫设计方案(15分) 1.主题式网络爬虫名称 名称:爬取爱彼迎订房者评论信息 2.主题式网络爬虫爬取的内容与数据特征分析 本次爬虫主要爬取爱彼迎订房者相关信息 3.主题式网络爬虫设计方案概述(包括实现思路与技术难点) 本次设计方案主要使用request库和beautifulSoup库 阅读全文
posted @ 2020-04-15 15:01 陈淑娟 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: import requests from bs4 import BeautifulSoup#使用工具 import pandas as pd url='http://www.mafengwo.cn/search/q.php?q=泉州'#网站 headers = {'User-Agent':'Mozi 阅读全文
posted @ 2020-03-18 15:56 陈淑娟 阅读(225) 评论(0) 推荐(0) 编辑