Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruniverse committed Sep 12, 2015
1 parent bd2d5a0 commit 8005bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ This project is a chatting robot in QQ, implemented in Python. The robot uses Ar
登陆时采用QQ安全中心的二维码做为登陆条件, 不需要在程序里输入QQ号码及QQ密码。QQ自动回复私聊(无群聊功能)及留言邮件提醒版本请看[这里](https://github.com/zeruniverse/QQParking)

##RELEASE
3.3 (带预配置文件):[点击下载](https://github.com/zeruniverse/QQRobot/releases/tag/3.3)
3.5 (带预配置文件):[点击下载](https://github.com/zeruniverse/QQRobot/releases/tag/3.5)
WINDOWS EXE 32位: [点击下载](https://github.com/zeruniverse/QQRobot/releases/tag/w1.3)

##如何使用
+http://www.tuling123.com/openapi/ 申请一个API KEY(免费,5000次/天), 贴到```QQBot.py```的第34行 (测试KEY:c7c5abbc9ec9cad3a63bde71d17e3c2c)
+ 修改groupfollow.txt,将需要小黄鸡回复的群的群号写入(小黄鸡必须为群成员),用逗号隔开
+ ```nohup python2 QQBot.py >qbot.log&```
+ ```ls```
+ 若出现v.jpg则用QQ安全中心扫描,否则继续```ls```
+ 若出现v.png则用QQ安全中心扫描,否则继续```ls```
+ ```cat log.log```可以输出运行LOG
+ 强烈建议使用小号挂小黄鸡,已知QQ会临时封禁机器人的临时对话回复和群回复,原理未知,每次封禁约为10分钟。表现为发送消息返回值retcode 为 0 但其他人无法看到。长时间挂机会导致QQ被冻结错误,QQ安全中心提示发布不良信息
+ 据反馈此AI平台回复中带有少量广告。。。(如问iphone6价格回复小米799)
Expand Down

0 comments on commit 8005bb4

Please sign in to comment.