0.3.2 • Published 7 years ago

proto-bot v0.3.2

Weekly downloads
101
License
-
Repository
github
Last release
7 years ago

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

7 years ago

0.3.1

7 years ago

0.3.0

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago