Skip to content
/ QQ_zone Public
forked from nanxung/QQ_zone

QQ空间爬虫,一小时20万数据

License

Notifications You must be signed in to change notification settings

RushQ/QQ_zone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQ_zone

QQ空间爬虫,一小时20万数据

环境要求

  • python3
  • requests
  • selenium
  • configparser
  • xlwt

安装环境

 可使用pip或者easy_install安装
 安装格式为:
pip install ...
easy_install ...

运行项目

  • 打开userinfo.ini,填入你的qq_number,qq_password

  • 进入项目根目录下打开cmd 或终端 运行命令python qq_spider,一段时间后,数据存储在项目里frends,mood_detail文件夹里

  • 好友qq_number存储在frends文件夹中的json文件中

  •  
  • 说说mood存储在mood_detail中的excel文件夹中

  • 文件data_analys.py中可选择将数据存入mysql中

数据分析

About

QQ空间爬虫,一小时20万数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%