Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 384 Bytes

Wxmoment_spider

爬取微信朋友圈并生成词云

项目外部依赖

  • appium
  • Android SDK
  • Node.js and npm
  • 一部手机
  • Python3

Python 引用库

  • appium (废话
  • selenium (By,WebDriverWait,EC)
  • time
  • pymysql
  • jieba (分词)
  • warnings (不要警告我啦!)
  • numpy
  • PIL - Image
  • wordcloud (wordcloud,ImageColorGenerator)