zengbin93 / blog

17 stars 10 forks source link

实践 - 爬虫 #22

Open zengbin93 opened 6 years ago

zengbin93 commented 6 years ago

对于搞数据的人来说,爬虫真的是基本功。Python非常适合用来写爬虫! 当然,其他的语言几乎都可以写爬虫。

zengbin93 commented 6 years ago

爬虫基础

robots.txt -- 绅士协议

zengbin93 commented 6 years ago

Python中的爬虫相关库

requests

requests-html

urllib

bs4.BeautifulSoup

scrapy

pyspider

selenium

zengbin93 commented 6 years ago

Requests