Botpress JavaScript 编写的开源机器人创建工具 项目简介
Botpress 是一个用 Javascript 编写的 bot 创建工具。它提供非常丰富的开源模块,任何人都可以创建和重用其他人的模块。安装Botpress 要求 node (4.2版本以上) 并使用 npm :npm install -g botpress创建机器人创建一个机器人很简单,你只需要在一个空的目录下运行 botpress init mkdir my-bot && cd my-bot
botpress init创建完成后, 运行 botpress start 启动它:botpress start这将提供本地的 Web 界面 http://localhost:3000
botpress init创建完成后, 运行 botpress start 启动它:botpress start这将提供本地的 Web 界面 http://localhost:3000