Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 534 Bytes

微信爬虫

一个基于Python和Selenium Webdriver的爬虫,负责获得一个用户所拥有的群的全部人数。

安装方式:

  • 安装Python 2.6+ (不支持3.0)
  • 安装Selenium 2.48+ 'pip install selenium'
  • 安装Chrome Webdriver
  • 解压chromedriver.exe到Python的安装目录下,如C:\Python27。
  • 添加C:\Users\Administrator\AppData\Local\Google\Chrome\Application\(chrome安装路径,这里是win7下的安装路径)到环境变量path

Contributers:

  • thuxugang