All Projects β†’ proyecto26 β†’ MyBot

proyecto26 / MyBot

Licence: MIT license
🧠 Create chatbots easily with Bot Framework! πŸ€–

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects
EJS
674 projects

Projects that are alternatives of or similar to MyBot

Botpress
πŸ€– Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+31520%)
Mutual labels:  bots, bot-framework, chatbots, bot-builder
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-40%)
Mutual labels:  bots, bot-framework, chatbots
Botonic
Build chatbots and conversational experiences using React
Stars: ✭ 144 (+380%)
Mutual labels:  bots, bot-framework, chatbots
Awesome Bots
The most awesome list about bots β­οΈπŸ€–
Stars: ✭ 2,864 (+9446.67%)
Mutual labels:  bots, bot-framework, chatbots
intelligo-generator
πŸ› οΈ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (+3.33%)
Mutual labels:  bots, bot-framework, chatbots
airy
πŸ’¬ Open source conversational platform to power conversations with an open source Live Chat, Messengers like Facebook Messenger, WhatsApp and more - πŸ’Ž UI from Inbox to dashboards - πŸ€– Integrations to Conversational AI / NLP tools and standard enterprise software - ⚑ APIs, WebSocket, Webhook - πŸ”§ Create any conversational experience
Stars: ✭ 299 (+896.67%)
Mutual labels:  bots, bot-framework, chatbots
Chat-Bot
Chatbot – is a computer program that simulates a natural human conversation. Users communicate with a chatbot via the chat interface or by voice, like how they would talk to a real person.
Stars: ✭ 26 (-13.33%)
Mutual labels:  bots, chatbots, chat-application
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (+470%)
Mutual labels:  bots, bot-framework, bot-api
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-36.67%)
Mutual labels:  bots, bot-framework, chatbots
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (+193.33%)
Mutual labels:  bots, bot-framework, chatbots
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+1266.67%)
Mutual labels:  bots, bot-framework, chatbots
Framework
Chatbot framework
Stars: ✭ 130 (+333.33%)
Mutual labels:  bots, bot-framework, bot-api
Fondbot
Chatbot framework
Stars: ✭ 102 (+240%)
Mutual labels:  bots, bot-framework, bot-api
Rasa
πŸ’¬ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+43963.33%)
Mutual labels:  bots, bot-framework, chatbots
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+450%)
Mutual labels:  bots, chatbots
Botbuilder Microsoftteams
Microsoft Bot Builder extension library for developing bots for Microsoft Teams
Stars: ✭ 192 (+540%)
Mutual labels:  bots, bot-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+7573.33%)
Mutual labels:  bots, bot-framework
Node Vk Bot Api
πŸ€– VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (+550%)
Mutual labels:  bots, bot-framework
nextcord
A Python wrapper for the Discord API forked from discord.py
Stars: ✭ 956 (+3086.67%)
Mutual labels:  bots, bot-framework
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (+373.33%)
Mutual labels:  bots, chatbots


NodeJS(Express) + Swagger + Multi-Language

Intro β˜•

MyBot can be easily configured in any Express project by adding the bot folder, installing dependencies and initializing it 🀘

Presentations:

Installation ⏯

Do you want to see this template in action? πŸ’»

  • Download the code here
  • To run the project execute the commands:
npm install
npm start

And remember install the following tools to debug your bot locally:

MyBot

More examples with NodeJS:

Bots History 🌎

  • 1960: ELIZA
  • 1970: PARRY
  • 1980: Graphic interface
  • 1990: Search engines
  • 2000: Social/App stores
  • 2010: Bots and agents, human Interaction/Experience

Chatbots types

  • Utilities: It fulfills a function for the users and is measured according to the effectiveness of the answers.
  • Social: Success is measured according to the duration and level of user satisfaction, it is also possible to assess the level of satisfaction through APIs to recognize the level of emotion of users.
  • Assistants (Cortana, Siri, etc): Acts as a facilitator, usually comes integrated with the Operating System. Main features:
    • Utilities and social capacities
    • Continuous relationship with the user
    • Manage system functions

Communication flow

List the functions offered by the bot and describe a step by step for its execution:

  • Task
  • Objective
  • Motivation of the user
  • Steps
  • Forecasts

Experience components

  • Learning and memory
  • Perception and sense
  • Personality (Intelligence)
  • Logic and reason
  • Accessibility
  • Meaning and tone of text
  • Cards
  • Images
  • Emojis
  • Response time
  • Conversational branch

Design

  • Inclusive design (Design for all types of public)
  • UX (Avatar)
  • Character with personality
  • Define the devices and channels to support (Cortana, Email, Facebook, etc)
  • Form flow (conversation follow-up, validate the data)
  • Prevent redirections

Lifecycle

Bot Lifecycle

Bot Framework πŸ€–

Open Source Framework to create and connect bots (Cross channel, AI and Up-to-Date resources). Bot Framework

Bot Connector Service

Integrate the bot with different channels as Slack, Skype, Messenger, SMS, etc. Bot Connector

The Bot Connector can connect with the intelligence services and implement other functionalities such as:

  • Ability to store the state of the conversation.
  • Translate services.
  • Telemetry. Information about the service is collected, such as the number of requests, messages that have failed, etc.

Bot Builder

SDKs for .NET, NodeJS or we can use REST APIs to create and debug bots. It also includes the Bot Framework Emulator to test our bots and the Channel Inspector to preview the user experience of our bot on different channels. Integrate external services and Manage the conversation using LUIS (Language Understanding Intelligent Service).

Microsoft Cognitive Services 🌐

Set of APIs to create smart applications.

Vision πŸ‘€

Image-processing algorithms to smartly identify, caption and moderate your pictures.

  • Computer Vision (Images)
  • Emotion
  • Content Moderator
  • Face
  • Video

Speech πŸ’¬

Convert spoken audio into text, use voice for verification, or add speaker recognition to your app.

  • Custom Speech Service (CRIS)
  • Speaker Recognition
  • Speech
  • Translator

Language 🀝

Allow your apps to process natural language with pre-built scripts, evaluate sentiment and learn how to recognize what users want.

  • Bing Spell Check
  • Language Understanding
  • Linguistic Analysis
  • Text Analytics
  • Web Language Model

Videos πŸ“Ή

To Learn

Knowledge πŸ“–

Map complex information and data in order to solve tasks such as intelligent recommendations and semantic search.

  • Academic Knowledge
  • Entity Linking
  • Knowledge Exploration
  • Recommendations
  • QnA Maker

Search πŸ”Ž

Add Bing Search APIs to your apps and harness the ability to comb billions of webpages, images, videos, and news with a single API call.

  • Bing Autosuggest
  • Bing Image Search
  • Bing News Search
  • Bing Video Search
  • Bing Web Search

QnA Maker πŸ‘·

A free and easy-to-use REST API based on artificial intelligence to respond to users' questions in a natural way through an optimized learning logic (Machine Learning). It is a question and answer service with a graphical interface that allows it to be easy to administer.

.NET Example
[Serializable]
public class QnADialog : QnAMakerDialog {

  public QnADialog() : 
  base(new QnAMakerService(new QnAMakerAttribute("subscriptionKey", "knowledgeId", "answer not found", 0.5)))
  {
  }

  protected override async Task RespondFromQnAMakerResultAsync(IDialogContext, IMessageActivity message, QnAMakerResult result)
  {
    Activity response = ((Activity)context.Activity).CreateReply();

    var firstAnswer = result.Answers.FirstOrDefault()?.Answer;
    var data = firstAnswer.Split("---");

    if(data.Length == 1) {
      return await context.PostAsync(firstAnswer);
    }

    //Example to get data with a separator
    var title = data[0];
    var description = data[1];
    var url = data[2];
    var image = data[3];

    CustomCard card = new CustomCard 
    { 
      Title = title, SubTitle = description
    };

    card.Buttons = new List<CardAction>
    {
      new CardAction(ActionTypes.OpenUrl, "text", value: url)
    };

    card.Images = new List<CardImage>{
      new CardImage(url = image)
    };

    response.Attachments.Add(card.ToAttachment());

    return await context.PostAsync(response);
  }
}

Installation

  • NodeJS via npm: botbuilder-cognitiveservices
  • .NET via Nuget package: Microsoft.Bot.Builder.CognitiveServices

QnA Maker Dialog

Personalization in the response to the user according to the reliability control.

[Serializable]
[QnAMaker("subscriptionKey", "knowledgeId", "standard phrase when it doesn't satisfy the minimum response reliability index", 0.5, 1)]
public class QnADialogWithActiveLearning : QnAMakerDialog 
{
}

Channels

A channel is a connection between Bot Framework and communication applications.

Publish

  • Skype:

A Skype account is required, we can deploy bots to test.

  • Microsoft Teams:

An office 365 account is required. We need to enable the permissions to use external apps from the administration panel of Office 365 (Configuration/Services...).

  • Telegram:

A Telegram account is required. BotFather is an app that we need to install to create and manage our bots, check here.

  • Web Chat:

It's inserted using a HTML Iframe.

  • Slack:

It's required to create an app from Slack API, add a new Redirect URL to https://slack.botframework.com and enter the credentials.

Resources β›©

Credits πŸ‘

Contributing ✨

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated ❀️.
You can learn more about how you can contribute to this project in the contribution guide.

Collaborators πŸ₯‡

jdnichollsc
Juan Nicholls

Supporting 🍻

I believe in Unicorns πŸ¦„ Support me, if you do too.

Donate Ethereum, ADA, BNB, SHIBA, USDT, DOGE:

Wallet address

Wallet address: 0x3F9fA8021B43ACe578C2352861Cf335449F33427

Please let us know your contributions! πŸ™

License βš–οΈ

This repository is available under the MIT License.

Happy coding πŸ’―

Made with ❀️

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].