python实现多线程抓取知乎用户
需要用到的包:beautifulsoup4html5libimagerequestsredisPyMySQLpip安装所有依赖包:pipinstall\Image\requests
多线程抓取
需要用到的包:beautifulsoup4html5libimagerequestsredisPyMySQLpip安装所有依赖包:pipinstall\Image\requests
思路借助python当中threading模块与Queue模块组合可以方便的实现基于生产者-消费者模型的多线