0.3.2 • Published 8 years ago
proto-bot v0.3.2
Proto Bot
This project's focus is to create on natural language DSL for Botkit's Slack chat bot framework.
Examples:
// include the lib
var protobot = require('proto-bot');
// instantiate a bot and give it a name
var demobot = new protobot({
botName: 'demo-bot', // ENTER YOUR BOT NAME HERE
});
// register triggers and actions
demobot.listenFor("hey demobot").andReplyWith("well hello there... user");
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
9 years ago
0.2.8
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago