# Webqq-Client **Repository Path**: chenwenbin_admin/Webqq-Client ## Basic Information - **Project Name**: Webqq-Client - **Description**: 使用Perl语言编写的webqq客户端,支持旧版webqq的多重md5带盐登录密码算法以及新版smartqq的md5+rsa+base64组合登录密码算法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-16 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Webqq-Client v8.3.1 ======================== 使用Perl语言编写的Webqq客户端,并且可通过插件提供基于HTTP协议的api接口供其他语言或系统调用 客户端异步框架 client | ->login() | | +-------------------------<------------------------------+ | | | |->_recv_message()-[put]-> Webqq::Message::Queue -[get]-> on_receive_message() | |->send_message() -[put]--+ +-[get]-> _send_message() ---+ | \ / | |->send_sess_message()-[put]-Webqq::Message::Queue-[get]->_send_sess_message()-| | / \ | |->send_group_message()-[put]-+ +-[get]->_send_group_message()--| | | | on_send_message() ---<---- msg->{cb} -------<-------+ +->run() 安装步骤 perl Makefile.PL make make test make install 核心依赖模块 JE JSON Digest::MD5 AnyEvent::HTTP LWP::UserAgent LWP::Protocol::https 版本更新记录 请参见 Changes 文件 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.