Botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Alternatives To Botkit
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Botkit11,1371,9201525 months ago85March 23, 202242mitTypeScript
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Franz4,4222421 days ago16June 07, 2019388apache-2.0JavaScript
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
Bottender4,11638238 months ago215November 10, 202172mitTypeScript
⚡️ A framework for building conversational user interfaces.
Notify2,50817a day ago64June 21, 202329mitGo
A dead simple Go library for sending notifications to various messaging services.
Messaging Apis1,871492210 months ago37January 11, 202111mitTypeScript
Messaging APIs for multi-platform
Relatedchat1,577
a month ago1Swift
Open source alternative communication platform
Slack Ruby Client1,1567338321 days ago47March 17, 202379mitRuby
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Securitybot975
5 years ago1February 28, 201714apache-2.0Python
Distributed alerting for the masses!
Integrations7254286 years ago7July 01, 201730agpl-3.0JavaScript
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Pingme68016 days ago22July 18, 20221mitGo
PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.
Alternatives To Botkit
Select To Compare


Alternative Project Comparisons
Readme

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
Popular Messaging Projects
Popular Slack Projects
Popular Messaging Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Slack
Adapter
Chatbot
Sms
Messaging
Twilio
Lerna
Facebook Messenger
Botkit
Microsoft Bot Framework
Conversational Ui