一.爬虫前准备 1.工具:pychram(python3.7) 2.库:random,requests,fake-useragent,json,re,bs4,matplotlib,worldcloud,numpy,PIL,jieba random:生成随机数 requests:发送请求获取网页信息 fake-useragent:生成代理服务器 json:数据转换 re:用于正则匹配 bs4:数据过滤 matpotlib:图像处理 worldcloud:生成词云 numpy:图像处理 PIL:图像…