1 Star 0 Fork 0

hcxiong / Webqq-Qun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
sjdy521 提交于 2015-04-01 22:34 . 2015-04-01 Webqq::Qun v1.3 release
Webqq::Qun v1.3
========================
腾讯提供了基于web的群管理方式,可以参见页面http://qun.qq.com/member.html
可进行群成员添加、查询、筛选、设置管理员、取消管理员、设置群名片等常用功能
本模块对该页面的功能进行了封装,提供面向对象的接口,方便实现对群成员管理的自动化操作
操作的基本流程是:
=> 1.登录(授权)
=> 2.生成token
=> 3.获取个人信息
=> 4.获取好友信息
=> 5.获取群列表信息
=> 6.获取群成员信息
=> 7.对群成员进行各种操作
INSTALLATION:
perl Makefile.PL
make
make test
make install
DEPENDENCIES:
JE
JSON
Digest::MD5
LWP::UserAgent
LWP::Protocol::https
OPTIONAL DEPENDENCIES:
Crypt::RSA (或者 Crypt::OpenSSL::RSA 和 Crypt::OpenSSL::Bignum )
COPYRIGHT 和 LICENCE
Copyright (C) 2014 by sjdy521
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
1
https://gitee.com/hcxiong/Webqq-Qun.git
git@gitee.com:hcxiong/Webqq-Qun.git
hcxiong
Webqq-Qun
Webqq-Qun
master

搜索帮助