Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caspartse/QQ-Groups-Spider

QQ Groups Spider(QQ 群爬虫)
https://github.com/caspartse/QQ-Groups-Spider

python qq qqgroup qqqun qqun

Last synced: 21 days ago
JSON representation

QQ Groups Spider(QQ 群爬虫)

Awesome Lists containing this project

README

        

# 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)

### 第三方库支持

* [bottle](http://bottlepy.org/)
* [requests](http://python-requests.org)
* [simplejson](https://github.com/simplejson/simplejson)
* [pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)
* [unicodecsv](https://github.com/jdunck/python-unicodecsv)

### 本地运行

``` $ python app.py```

### SAE 上运行

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

## Demo

### 在线演示

[http://kagent.applinzi.com/qqun](http://kagent.applinzi.com/qqun)

### 截图示例

![](https://raw.githubusercontent.com/caspartse/QQ-Groups-Spider/master/screenshots/screenshot_01.png)

![](https://raw.githubusercontent.com/caspartse/QQ-Groups-Spider/master/screenshots/screenshot_02.png)

## 致谢

@小木哥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 初始化。