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
10 years ago
0.2.6
10 years ago
0.2.5
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago