Mojo-Webqq v1.3.7
========================
使用Perl语言编写的Webqq客户端框架，基于Mojolicious，该项目为pfqq(Webqq::Client)的重构项目，要求Perl版本高于5.10

插件列表
  
  名称                  当前状态    作者        功能说明
  ------------------------------------------------------------------------------
  MsgSync               已发布      sjdy521     实现qq群和irc消息同步
  Openqq                已发布      sjdy521     提供qq发送消息api接口
  Perlcode              已发布      sjdy521     通过qq消息查询perl文档
  Perldoc               已发布      sjdy521     通过qq消息执行perl代码
  PostImgVerifycode     未完成      sjdy521     登录验证码发送到邮箱实现远程登录
  ShowMsg               已发布      sjdy521     打印客户端接收和发送的消息
  SmartReply            已发布      sjdy521     智能聊天回复
  StockInfo             已发布      shalk       查询股票信息

安装步骤

   perl Makefile.PL
   make
   make test
   make install
   
   推荐使用CPAN安装 Mojo::Webqq

核心依赖模块

   Mojolicious
   Encode::Locale
   Webqq::Encryption

版本更新记录

  请参见 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.10.0 or,
at your option, any later version of Perl 5 you may have available.
