All Projects → intelligo-mn → intelligo-generator

intelligo-mn / intelligo-generator

Licence: MIT License
🛠️ Chatbot generator for Intelligo Framework.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to intelligo-generator

intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-41.94%)
Mutual labels:  bots, chatbot, bot-framework, chatbots, chatbot-framework, intelligo
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 (+30500%)
Mutual labels:  bots, chatbot, bot-framework, chatbots, chatbot-framework
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+9138.71%)
Mutual labels:  bots, chatbot, bot-framework, messenger-bot, chatbots
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+1222.58%)
Mutual labels:  bots, chatbot, bot-framework, chatbots, chatbot-framework
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 (+42541.94%)
Mutual labels:  bots, chatbot, bot-framework, chatbots
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (+116.13%)
Mutual labels:  chatbot, bot-framework, chatbots, chatbot-framework
Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (+209.68%)
Mutual labels:  chatbot, bot-framework, chatbots, chatbot-framework
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (+12.9%)
Mutual labels:  bots, chatbot, bot-framework, chatbot-framework
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+1451.61%)
Mutual labels:  bots, chatbot, bot-framework, chatbot-framework
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+1019.35%)
Mutual labels:  bots, chatbot, bot-framework, messenger-bot
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 (-16.13%)
Mutual labels:  bots, chatbot, chatbots, chatbot-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 (+7325.81%)
Mutual labels:  bots, chatbot, bot-framework, chatbot-framework
Framework
Chatbot framework
Stars: ✭ 130 (+319.35%)
Mutual labels:  bots, chatbot, bot-framework
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (+358.06%)
Mutual labels:  bots, chatbot, chatbots
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (-3.23%)
Mutual labels:  bots, bot-framework, chatbots
Chatbots
Chatbots build with Intelligo Framework.
Stars: ✭ 119 (+283.87%)
Mutual labels:  bots, chatbot, messenger-bot
Botonic
Build chatbots and conversational experiences using React
Stars: ✭ 144 (+364.52%)
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 (+864.52%)
Mutual labels:  bots, bot-framework, chatbots
Fondbot
Chatbot framework
Stars: ✭ 102 (+229.03%)
Mutual labels:  bots, chatbot, bot-framework
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+432.26%)
Mutual labels:  bots, chatbot, chatbots


🛠️ Chatbot generator for Intelligo Framework

undefined npm downloads undefined Followers License Tweet

🛠️ Chatbot generator for Intelligo Framework

Installation

$ npm install intelligo-cli -g 

Quick Start

Messenger bot

Generate the your messenger bot project:

Set the values in config/default.json before running the bot. Using your Facebook Page's / App's ACCESS_TOKEN, VERIFY_TOKEN and APP_SECRET

  • ACCESS_TOKEN: A page access token for your app, found under App -> Products -> Messenger -> Settings -> Token Generation
  • VERIFY_TOKEN: A token that verifies your webhook is being called. Can be any value, but needs to match the value in App -> Products -> Webhooks -> Edit Subscription
  • APP_SECRET: A app secret for your app, found under App -> Settings -> Basic -> App Secret -> Show

Note: If you don't know how to get these tokens, take a look at Facebook's Quick Start Guide .

Slack bot

Generate the your slack bot project:

Before you start, you'll need a Slack App. If you don't already have one, click the following link to create it and put token in index.js file.

Install dependencies:

$ npm install

Run bot

Start your bot app:

$ npm start

Documentation

To check out docs, visit intelligo.js.org.

License

Copyright (C) 2019 Intelligo Systems.
Intelligo framework is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)

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