Skip to content

Commit

Permalink
python3 版
Browse files Browse the repository at this point in the history
  • Loading branch information
pandolia committed Mar 2, 2017
1 parent 3db3b1b commit b2c1ef8
Show file tree
Hide file tree
Showing 21 changed files with 859 additions and 1,174 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

18 changes: 18 additions & 0 deletions README.MD
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 到主分支。

269 changes: 0 additions & 269 deletions README.md

This file was deleted.

2 changes: 0 additions & 2 deletions main.py

This file was deleted.

6 changes: 0 additions & 6 deletions qqbot/__init__.py

This file was deleted.

Loading

0 comments on commit b2c1ef8

Please sign in to comment.