Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

caspartse/QQ-Groups-Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQ-Groups-Spider (v0.3.0)

QQ Groups Spider(QQ 群爬虫)

批量抓取 QQ 群信息,包括群名称、群号、群人数、群主、地域、分类、标签、群简介等内容,返回 XLS / CSV / JSON 结果文件。

代码说明

测试环境

  • BunsenLabs GNU/Linux 8.9 (Hydrogen)
  • Windows XP Service Pack 3 (on VirtualBox)
  • Python (2.7)

第三方库支持

本地运行

$ python app.py

SAE 上运行

按照 https://www.sinacloud.com/doc/sae/python/tutorial.html#bottle 说明配置即可。

Demo

在线演示

http://kagent.applinzi.com/qqun

截图示例

致谢

@小木哥1

更新日志

  • 2017-12-31 v0.3.0 支持多个关键词(返回 zip 压缩包);页面优化;(暂时)移除 XlsxWriter 模块。
  • 2017-07-27 v0.2.0 更换新接口;优化模板页面;增加群上限、地域、分类、标签等字段;新增导出 JSON 格式。
  • 2016-02-19 v0.1.2 更新二维码验证参数。
  • 2016-08-19 v0.1.1 改善代码逻辑;加入 XlsxWriter 模块;增加本地运行支持。
  • 2016-07-23 v0.1.0 初始化。