Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.
Shi PengQi edited this page Aug 24, 2018 · 10 revisions

SActive Bot

😈 An extensible chat bot framework.

Build Status NPM version NPM Download License

Create a Mattermost bot:

Create a Mattermost bot

Chat with bot:

Chat with bot

Requirements

  • NodeJs version v7.9+

Installation

Clone source code form GitHub

# clone
git clone git@github.com:shipengqi/sactive-bot.git

# install dependencies
cd sactive-bot
yarn install

# link
npm link

NPM ot Yarn

npm install sactive-bot -g

# or
yarn global add sactive-bot

Features

  • WeChat Bot
  • Slack Bot
  • Mattermost Bot
  • Microsoft Teams Bot
  • Support create conversation for bot
  • Misspelling
  • Help for bot
  • Conversation Manager
  • Command API call
  • Support integrate your own adatper