0.2.0 • Published 6 years ago

botkit-shell v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Botkit-Shell

This is a shell adapter for testing a botkit bot, derived from the Slack adapter.

Installing

You'll want to be running Node 6.1.0 or newer.

$ npm install --save botkit-shell

Initializating

In your bot initialization code, do this:

let shellbot = require('botkit-shell')
controller = shellbot({})
controller.spawn({})

The shellbot follows most of the same conventions as the Slack bot, since it's written

Using

Start up your bot with this adapter, and you should get a prompt that looks like this:

##>

Interact as though you were in a public channel. Switch to a DM context with \dm, switch back with \ch. Do \? for more info on the shell commands.

0.2.0

6 years ago

0.1.5

7 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