Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
自动动手免费提取QQ群里的人的QQ号码或者QQ邮箱数字邮箱 - Joyber 的博客

打开 https://qun.qq.com/member.html#gid=xxxxxxx
xxxx就是群号码,首先你要加入这个群,然后进入这个网页,登录之后可以看到群成员

如果人很多的话,需要一直按住end键,等成员全部加载完成

然后 ctrl+A 键全选整个网页,ctrl+C复制文字

然后将文件放到可以用正规表达式替换的文件编辑工具,比如 sublime text

然后用正规替换,规则如下:

[\s\S]*?(\d{7,20})[\s\S]*?\n

替换成

$1@qq.com\n

有什么地方不太清楚的留言吧,我尽量补充

标签: none

添加新评论