New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

botlerplate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botlerplate

Bot framework by Recast.AI

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

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.

Keywords

chatbots

FAQs

Package last updated on 21 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts