taobao_crawled
taobao_crawled copied to clipboard
淘宝爬虫命令行版,指定爬取淘宝商品和评论,利用selenium爬取商品信息,requests爬取评论信息。
When I run the file `crawl_taobao.py`,UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead.
…py on line 8, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
[selenium的版本日志](https://raw.githubusercontent.com/SeleniumHQ/selenium/master/py/CHANGES) Selenium 3.8.1 * Fix bug when creating an Opera driver (#5266) * Stop sending sessionId in w3c payload. (#4620) * Fix issue with w3c actions releasing on element (#5180)...