Python crawler actual combat, requests+xpath module, python crawling watercress film review
preface
Use requests+xpath to crawl Douban film reviews. Don't talk too much nonsense.
Let's start happily~
development tool
**Python version: * * 3.6.4
Related modules:
requests module;
jieba module;
pandas module
numpy module
Pyecarts module;
And some Python built-in modules.
Environment construction
Install Python and add it to ...
Posted by bogins on Fri, 12 Nov 2021 08:18:35 -0800