Perl OICQ |
Net::OICQ的主要目标是实现QQ即时通讯所用的协议,以便利自由软件使用者和QQ使 用者交流. Net::OICQ本身只是个Perl的面向对象的模块,提供一些和QQ服务器打交道的 基本方法. 软件包中含有一简单client程序已经实现一些基本的QQ功能. QQ协议所用的加密算法多年来一直没有变化,所以从Net::OICQ中分出来成为一个独 立的模块, Crypt::OICQ。安装Net::OICQ前,请先安装Crypt::OICQ。如有问题,欢迎 到我的论坛来讨论。 安装说明
使用说明
2005年1月4日 Net::OICQ 0.9版
2003年10月18日 Net::OICQ 0.8版
2003年6月29日 Net::OICQ 0.7版
2003年4月12日 Net::OICQ 0.6版Bug fixes 2003年2月8日 Net::OICQ 0.5版OICQ加密算法完全破解.Net::OICQ不再包含Intel汇编语言代码. |
Perl OICQ is a project for developing Net::OICQ perl module. Net::OICQ is a perl module that implements OICQ protocol. It includes a console-only OICQ client. The cipher used by QQ protocol has not changed for years though the QQ protocol has changed many times. I decided to implement the cipher in a separate module named Crypt::OICQ so you do not need to download the code again and again. Please stop by my forum if you wish to discuss the QQ protocol. Net::OICQ requires Digest::MD5 module. You can download Digest::MD5 from CPAN if it is not included in your Perl distribution. Download Crypt::OICQ and Net::OICQ Installation Procedure$ tar zxvf Crypt-OICQ-1.1.tgz $ cd Crypt-OICQ-1.1 $ perl Makefile.PL $ make test $ su # make install $ tar zxvf Net-OICQ-x.y.tgz $ cd Net-OICQ-x.y $ perl Makefile.PL $ make $ make test $ su # make install # cp oicq /usr/local/bin # chmod a+x /usr/local/bin/oicq # exit How to use$ export OICQ_PW=<OICQ passwd> $ oicq <OICQ id> /help |