All Projects → LucasBassetti → React Simple Chatbot

LucasBassetti / React Simple Chatbot

Licence: mit
💬 Easy way to create conversation chats

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Simple Chatbot

Conversational Ui
Conversational interface web app example
Stars: ✭ 78 (-93.96%)
Mutual labels:  chatbot, chat, conversational-ui
Dialogflow Web V2
Dialogflow Web Integration. Rich Components, Actions on Google and more
Stars: ✭ 307 (-76.24%)
Mutual labels:  chatbot, chat, conversational-ui
React Native Chatbot
💬 Easy way to create conversation chats
Stars: ✭ 212 (-83.59%)
Mutual labels:  chatbot, chat, conversational-ui
Botframework Webchat
A highly-customizable web-based client for Azure Bot Services.
Stars: ✭ 1,198 (-7.28%)
Mutual labels:  chatbot, chat, conversational-ui
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (-47.83%)
Mutual labels:  chatbot, chat
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-60.06%)
Mutual labels:  chatbot, chat
Omeglemiddleman
Lets you connect strangers to each other, and intercept messages AKA Man in the Middle Attack
Stars: ✭ 85 (-93.42%)
Mutual labels:  chatbot, chat
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-96.83%)
Mutual labels:  chatbot, chat
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+230.03%)
Mutual labels:  chatbot, chat
Seq2seq Chatbot
Chatbot in 200 lines of code using TensorLayer
Stars: ✭ 777 (-39.86%)
Mutual labels:  chatbot, chat
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-96.13%)
Mutual labels:  chatbot, chat
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (-61.3%)
Mutual labels:  chatbot, chat
Slacker
Slack Bot Framework
Stars: ✭ 495 (-61.69%)
Mutual labels:  chatbot, chat
Chatui
The UI design language and React library for Conversational UI
Stars: ✭ 684 (-47.06%)
Mutual labels:  chatbot, chat
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (-62.77%)
Mutual labels:  chatbot, conversational-ui
Botbuilder Viber
Plug-in Viber connector for Microsoft BotBuilder framework
Stars: ✭ 12 (-99.07%)
Mutual labels:  chatbot, chat
Webbybot
chatterbot written in es6 (es2015), fork from hubot
Stars: ✭ 71 (-94.5%)
Mutual labels:  chatbot, chat
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+572.45%)
Mutual labels:  chatbot, chat
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (-8.59%)
Mutual labels:  chatbot, chat
Wechatyunchart
微信多开多账号机器人 云客服系统 微商营销 系统web协议一键登录 非公众号微信机器人微信群管家 微信自动回复 微信定时发送消息 微信多账号登录 微信网页版本协议多开 一键登录 红包数量提醒 微信用户识别男女签名备注地理位置等,群发 自动发消息 定时发消息 群消息监控 机器人回复 ,定时回复,超时回复 聊天记录保存,聊天记录查看
Stars: ✭ 357 (-72.37%)
Mutual labels:  chatbot, chat

React Simple Chatbot

Travis CI npm version Codecov

A simple chatbot component to create conversation chats

Getting Start

npm install react-simple-chatbot --save

Usage

There are several examples on the website. Here is the first one to get you started:

import ChatBot from 'react-simple-chatbot';

const steps = [
  {
    id: '0',
    message: 'Welcome to react chatbot!',
    trigger: '1',
  },
  {
    id: '1',
    message: 'Bye!',
    end: true,
  },
];

ReactDOM.render(
  <div>
    <ChatBot steps={steps} />
  </div>,
  document.getElementById('root')
);

React Simple Chatbot on media

  1. webdesignerdepot
  2. blogduwebdesign
  3. codrops

Build with react-simple-chatbot

  1. Seth Loh Website - Personal website of Seth Loh (demo)
  2. Paul's Website - Personal website of Paul Jiang (demo)
  3. Cisco Partner Support API Chatbot - Code with screenshots to have your own Cisco Serial lookup chatbot.
  4. Chatcompose - Chatbot Platform for Conversational Marketing and Support.
  5. Mixat - News Chatbot for tweenies. Also as app (iOS or Android)

Built something with react-simple-chatbot? Submit a PR and add it to this list!

How to Contribute

Please check the contributing guide

Authors

Lucas Bassetti
Lucas Bassetti

See also the list of contributors who participated in this project.

Donate

If you liked this project, you can donate to support it ❤️

paypal

License

MIT · Lucas Bassetti

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].