2017 © Pedro Peláez
 

project kjbot

kjBot Framework and Modules

image

kj415j45/kjbot

kjBot Framework and Modules

  • Monday, July 30, 2018
  • by kj415j45
  • Repository
  • 6 Watchers
  • 11 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 25 Versions
  • 0 % Grown

The README.md

kjBot Maintainability Latest Stable Version Total Downloads License kjBot Dev 群 开始与 kjBot 聊天

kjBot 是一个轻量级多功能的酷Q机器人框架。, (*1)

警告:本项目面向过程编写。, (*2)

项目已重构, 点击查看

框架结构

/
|--SDK/ #kjBot\SDK
|--public/
    |--tools/ #各类开放函数的文件
    |--index.php #入口文件
    |--init.php #初始化用
    |......
|--vendor/ #包目录
|--storage/ #请确保运行 PHP 的用户具有这个文件夹的写权限
    |--data/ #数据文件夹
        |--error.log #如果出现异常未捕获则会在此存放日志
        |......
    |--cache/ #缓存文件夹
|--middleWare/ #中间件,用于处理非命令
    |--Chain.php #中间件链,用于调整中间件顺序以及启用状态
    |--......
|--module/ #在这里开始编写你的模块吧 :)
    |--......
|--config.ini.example #配置文件样例,本地部署时请复制为 config.ini 并根据实际情况调整
|--build.sh #进行环境配置
|--run.sh #一键部署(大概 :v

上手

快速安装

如果你安装有 composer, (*3)

mkdir kjBot/
composer create-project --no-dev kj415j45/kjbot ./kjBot
cd kjBot/
php build.php

如果没有, (*4)

git clone https://github.com/kj415j45/kjBot.git
cd kjBot/
php build.php

打开 config.ini,根据你的实际情况修改。, (*5)

如果你需要试用 kjBot 的全部功能,请继续运行 php composer.phar install, (*6)

仅作为框架使用时,在确保 module 与 middleWare 文件夹下没有你的文件后:composer run-script framework-only, (*7)

入门

public/init.php 中存在一个全局变量区供编写模块的程序员使用,约定本框架产生的全局变量均为大写字母开头。
public/tools/ 下的文件将为框架扩展各类方法,请仔细阅读。, (*8)

编写第一个模块

假定该模块为 hello/main.php ,向 bot 发送 !hello 即可触发该模块。, (*9)


编写更多模块

参考 module/ 文件夹下的其他模块, (*10)

参与开发

, (*11)

感谢

LICENSE

kjBot 框架及 SDK 均为 MIT 协议。但是模块与中间件均为 AGPL 协议,如果您希望闭源开发,请不要使用该项目提供的模块和中间件。, (*12)

The Versions

30/07 2018

dev-patch-2.6

dev-patch-2.6

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

  • php ^7.2
  • ext-sqlite3 ^7.2

 

The Development Requires

by Avatar kj415j45

coolq-http-api qqbot kj

28/07 2018

dev-master

9999999-dev

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

  • php ^7.2
  • ext-sqlite3 ^7.2

 

The Development Requires

by Avatar kj415j45

coolq-http-api qqbot kj

28/07 2018

2.6.9

2.6.9.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

  • php ^7.2
  • ext-sqlite3 ^7.2

 

The Development Requires

by Avatar kj415j45

coolq-http-api qqbot kj

27/07 2018

2.6.1

2.6.1.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

  • php ^7.2
  • ext-sqlite3 ^7.2

 

The Development Requires

by Avatar kj415j45

coolq-http-api qqbot kj

26/07 2018

2.5.27

2.5.27.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

23/07 2018

2.5.22

2.5.22.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

21/07 2018

2.5.11

2.5.11.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

20/07 2018

2.5.7

2.5.7.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

18/07 2018

2.5.0

2.5.0.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

14/07 2018

2.4.3

2.4.3.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

13/07 2018

2.3.7

2.3.7.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

09/07 2018

2.3.3

2.3.3.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

08/07 2018

2.3.2

2.3.2.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

07/07 2018

2.2.16

2.2.16.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

03/07 2018

2.2.13

2.2.13.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

02/07 2018

2.2.9

2.2.9.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

02/07 2018

2.2.5

2.2.5.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

01/07 2018

2.2.2

2.2.2.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

30/06 2018

2.2.0

2.2.0.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

29/06 2018

2.1.6

2.1.6.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

29/06 2018

2.1.5

2.1.5.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

29/06 2018

2.1.3

2.1.3.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

29/06 2018

2.1.1

2.1.1.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

29/06 2018

2.1.0

2.1.0.0

kjBot Framework and Modules

  Sources   Download

(MIT and AGPL-3.0-or-later)

The Requires

 

by Avatar kj415j45

coolq-http-api qqbot kj

28/06 2018

2.0.0

2.0.0.0

kjBot Framework and Modules

  Sources   Download

AGPL-3.0-or-later

The Requires

 

coolq-http-api qqbot kj