• Stars
    star
    11,306
  • Rank 2,818 (Top 0.06 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.

Botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.

This repository contains the core Botkit library, as well as a series of plugins and extensions for connecting Botkit to messaging and chat platforms and other tools in the bot building ecosystem.

Botkit is part of the Microsoft Bot Framework and is released under the MIT Open Source license

Use Botkit

Packages included in this repo

Package Description NPM Status
botkit Botkit Core library NPM Badge
botbuilder-adapter-web A platform adapter for the web NPM Badge
botbuilder-adapter-slack A platform adapter for Slack NPM Badge
botbuilder-adapter-webex A platform adapter for Webex Teams NPM Badge
botbuilder-adapter-hangouts A platform adapter for Google NPM Badge
botbuilder-adapter-twilio-sms A platform adapter for Twilio SMS NPM Badge
botbuilder-adapter-facebook A platform adapter for Facebook Messenger NPM Badge
generator-botkit A Yeoman generator for creating a new Botkit project NPM Badge
botkit-plugin-cms A plugin that adds support for Botkit CMS NPM Badge

Build Botkit locally

This repo contains multiple inter-linked packages containing Botkit Core, platform adapter packages, and some additional plugins and extensions. To build these locally, follow the instructions below.

Install lerna and TypeScript globally:

npm install -g typescript
npm install -g lerna

Clone the entire Botkit project from Github.

git clone [email protected]:howdyai/botkit.git

Enter the new folder and install the dependent packages:

cd botkit
npm install

Use lerna to set up the local packages:

lerna bootstrap --hoist

Now, build all of the libraries:

lerna run build

To build updated versions of the class reference documents found in packages/docs, run:

lerna run build-docs

More Repositories

1

botmetrics

Analytics and Engagement for Makers and Marketers of Chat and Voice bots
Ruby
236
star
2

botkit-cms

An open tool for designing, building and managing interactive dialog systems
JavaScript
234
star
3

botkit-starter-slack

A customizable starting point for building multi-team Slack bots that use the latest APIs
JavaScript
176
star
4

botkit-starter-web

Botkit Anywhere - a starter kit for building a bot that lives in your website or app
JavaScript
111
star
5

botkit-middleware-witai

Middleware for using Wit.ai with Botkit-powered bots
JavaScript
87
star
6

botkit-storage-mongo

A MongoDB storage driver for Botkit
JavaScript
54
star
7

botkit-starter-facebook

A customizable starting point for building Facebook bots
JavaScript
53
star
8

botkit-rasa

a plugin to connect Botkit to the rasa NLU api
JavaScript
40
star
9

botkit-storage-firebase

Firebase storage module for Botkit
JavaScript
34
star
10

botkit-starter-ciscospark

A customizable starting point for building Cisco Spark bots
JavaScript
28
star
11

botkit-storage-redis

Redis storage module for Botkit
JavaScript
27
star
12

botkit-starter-slackrtm

A starter kit for building bots with Botkit and the Slack RTM api
JavaScript
26
star
13

botkit-studio-sdk

Direct access to the Botkit CMS APIs
JavaScript
23
star
14

botkit-docs

Documentation for #botkit
19
star
15

botkit-starter-teams

Starting point for building a bot for Microsoft Teams
JavaScript
13
star
16

studio-examples

sample skills and scripts for use with Botkit Studio
JavaScript
7
star
17

botkit-storage-base

A sample repo for use in creating new storage modules for Botkit
7
star
18

botkit-starter-googlehangouts

A customizable starting point for building Google Hangouts Chat Bots
JavaScript
5
star
19

botkit-studio-metrics

DEPRECATED
JavaScript
2
star
20

.github

howdyai GitHub org configuration
1
star
21

trello-ciscospark

A reference design for a Cisco Spark bot that works with Trello
JavaScript
1
star