shipengqi / sactive-bot

:smiling_imp: An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or 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
  • Authentication
  • Support integrate your own adatper

Documentations

TODO

  • Unit Test
  • Command receiver authentication
  • Crypto all sensitive information
  • Render card
  • Docker version, kubernetes version

References

About

:smiling_imp: An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 0.8%Language:Shell 0.2%Language:CoffeeScript 0.0%