botlerplate

1.2.1 • Public • Published

Recast.Ai Botlerplate

Botlerplate is a chatbot framework built to work with Recast.Ai's API.

Synopsis

The boilerplate allows you to start your project with strong bases.

Installation

Manual install

git clone https://github.com/RecastAI/botlerplate
cd botlerplate
npm install

Using the generator

npm install -g generator-botlerplate
yo botlerplate

If you use the generator, see the documentation

For detailed information about how the framework works, see the wiki

Example

To have a running example of botlerplate, you just need to use the first you had when you created your account on Recast, your-slack-bot.

git clone https://github.com/RecastAI/botlerplate.git mybot
cd mybot
npm install
TOKEN=YOUR_RECAST_TOKEN npm run emulator -- --db

Author

François Triquet - Recast.AI francois.triquet@recast.ai

You can follow us on Twitter at @recastai for updates and releases.

Package Sidebar

Install

npm i botlerplate

Weekly Downloads

0

Version

1.2.1

License

MIT

Last publish

Collaborators

  • recastai