UNPKG
mm_chatbot
Version:
latest (1.0.1)
1.0.1
1.0.0
这是超级美眉QQ+微信机器人框架,用于开发个人微信聊天、群管机器人
github.com/qiuwenwu/mm_chatbot
qiuwenwu/mm_chatbot
mm_chatbot
/
demo
/
index.js
11 lines
(7 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
require
(
"mm_expand"
); $.runPath = __dirname + $.slash;
const
MM_chatbot =
require
(
'../index.js'
);
var
mode = process.
argv
[
2
]; $.config =
`./config/
${mode}
.json`
.
loadJson
();
var
bot =
new
MM_chatbot
($.config); bot.
runC
();