forked from TECHME/qqbot
-
Notifications
You must be signed in to change notification settings - Fork 0
userguide
microcai edited this page Mar 25, 2013
·
2 revisions
【安装方法一】
sourceforge 上有编译好的 rpm 包:
https://sourceforge.net/projects/avbot/files/rpm/
【安装方法二】
1、获取代码
配置github:http://liuzhijun.iteye.com/blog/1457207
访问:https://github.com/avplayer/avbot
git clone https://github.com/avplayer/avbot.git
cd avbot
git submodule init
git submodule update
因为使用了 submodule 引入 avhttp , 故而需要使用 git submodule update 来更
1、编译
mkdir build
cd build
cmake [avbot的路径]
make -j8
2、使用
./avbot -u 你的qq号码 -p 你的qq密码 –ircnick irc昵称 --ircrooms 你在irc.freenode.net上面建立的频道 --map qq:qq群号,irc:你在irc.freenode.net上面建立的频道 --logdir .
注意:没有irc密码,ircpwd即可不填
生成的日志文件,会以群名为目录,目录中放着当前日期命名的html文件。可以从中查看最新的群聊天记录。