proto-bot

0.3.2 • Public • Published

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");

/proto-bot/

    Package Sidebar

    Install

    npm i proto-bot

    Weekly Downloads

    1

    Version

    0.3.2

    License

    none

    Last publish

    Collaborators

    • dsicher
    • mrevd
    • rattlion