摘要: 1. requests pip3 install requests response = requests.get('http://www.autohome.com.cn/news/') response.text 总结: response = requests.get('URL') respons 阅读全文
posted @ 2018-07-08 22:18 benchdog 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 爬虫基本操作 1.应用 - 舆情系统:监听各大门户网站的热门词条、热门新闻,做进一步分析处理和展示 2.爬虫 - 定向 - 非定向 3. - 下载页面: http://www.autohome.com.cn/news/ - 筛选: 正则表达式 开源模块 1.requests pip3 install 阅读全文
posted @ 2018-07-08 14:58 benchdog 阅读(147) 评论(0) 推荐(0) 编辑