forked from HsiaoChin/qqbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
859 additions
and
1,174 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
本分支是 python3 版的 qqbot 。 | ||
|
||
qqbot 的主分支请点 [这里](<https://github.com/pandolia/qqbot>) ,主分支暂时只能在 2.7 版中使用。 | ||
|
||
python3 版的安装和使用方法: | ||
|
||
1. 安装 requests, flask, certifi 库,其中 certifi 库建议安装 2015.4.28 版。 | ||
|
||
2. 下载所有 [源码](https://github.com/pandolia/qqbot/archive/py3.zip) 并解压,cd 到 qqbot 子目录下。 | ||
|
||
3. 运行 qqbot.py 文件: python3 qqbot.py ,启动 QQBot 。 | ||
|
||
QQBot 启动后,操作命令和配置文件与 python2 版相同,详见主分支。 | ||
|
||
目前 python3 版还在测试中,已在 debian8.4 、 python3.4 环境下测试通过,其他平台尚未测试。 | ||
|
||
有问题请给我发邮件。等稳定后我再 merge 到主分支。 | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.