Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
v2.1版重构,功能、速度大幅加强,接口不再兼容2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandolia committed Mar 21, 2017
1 parent 31a52f4 commit b15f46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ QQBot 是一个用 python 实现的、基于腾讯 SmartQQ 协议的简单 QQ
二、安装方法
-------------

在 Python 2.7/3.4/3.5 下使用,下载所有 [源文件](https://github.com/pandolia/qqbot/archive/fix-fetch-problems.zip) 后, cd 到根目录,并运行
在 Python 2.7/3.4/3.5 下使用,用 pip 安装

pip install .
pip install qqbot

注意原 2.0 版的用户需先卸载 2.0 版,并将 ~/.qqbot-tmp/v2.0.conf 另存或重命名为 v2.1.conf 才能使用原有的配置
2.0 版的用户请先到 [issue74](https://github.com/pandolia/qqbot/issues/74) 查看 2.1 版的升级和改动

三、使用方法
-------------
Expand Down
1 change: 1 addition & 0 deletions changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
8) 增加 新增/失去联系人 事件,可注册这两个事件的响应函数,实现 新人入群/退群 的通知功能。
9) 增加 Interval 事件,每隔 5 分钟被调用,可注册此事件的响应函数,实现定时执行任务的功能。
10) 程序的内部运行方式和数据结构有较大改变。程序的主体运行流程见 mainloop.py ,用非常简单和优雅的方式实现了多线程的并行和同步功能。
11) 配置文件由 ~/.qqbot-tmp/v2.0.conf 改为 ~/.qqbot-tmp/v2.1.conf 。

非常感谢以下网友在本次升级过程的帮助和支持:

Expand Down

0 comments on commit b15f46b

Please sign in to comment.