Giter Site home page Giter Site logo

intelligo-mn / intelligo Goto Github PK

View Code? Open in Web Editor NEW
426.0 426.0 77.0 162.25 MB

Intelligo is powerful chatbot builder that enables anyone to create and deploy chatbots anywhere.

Home Page: https://intelligo.mn

License: Other

JavaScript 4.35% TypeScript 41.53% Procfile 0.01% HTML 23.23% SCSS 30.62% CSS 0.27%
ai artificial-intelligence bot bot-framework bots chatbot machine-learning messenger-api messenger-bot messenger-chatbots nlp nodejs slack slack-bot

intelligo's People

Contributors

codacy-badger avatar dependabot-preview[bot] avatar dependabot[bot] avatar doljko avatar nomadbot avatar opengineer avatar renovate-bot avatar renovate[bot] avatar tortuvshin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intelligo's Issues

Error: Webhook received unknown event

Error: Webhook received unknown event
at IntelligoBot.handleEvent (/home/ubuntu/workspace/jisho-bot/node_modules/intelligo/src/intelligo.js:99:14)
at app.post (/home/ubuntu/workspace/jisho-bot/node_modules/intelligo/src/intelligo.js:67:26)
at Layer.handle [as handle_request] (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/layer.js:95:5)
at next (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/layer.js:95:5)
at /home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/index.js:335:12)
at next (/home/ubuntu/workspace/jisho-bot/node_modules/express/lib/router/index.js:275:10)
at /home/ubuntu/workspace/jisho-bot/node_modules/body-parser/lib/read.js:130:5

Suggestion: IntelligoBot#send method

Hello,
so I just saw many sendXXX methods in the IntelligoBot class and thought about just deprecating/removing them in the future and add a send method which takes the recipient ID as first parameter, a url as second parameter (undefined in normal text messages) and the message type as third parameter, which is message.attachment.file.type in messageData variables, so either file, video, audio, image or undefined where undefined would be the case in a normal text message.

Add open graph message templates to specified user using the Send API.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Failed calling Send API 400 Bad Request

Failed calling Send API 400 Bad Request { message: '(#100) Param message[text] must be a UTF-8 encoded string', type: 'OAuthException', code: 100, fbtrace_id: 'Ea2Jwm2U7Xe' }

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @types/lodash to v4.14.194
  • chore(deps): update dependency mocha to v10
  • chore(deps): update dependency sinon to v15
  • chore(deps): update dependency typescript to v5
  • fix(deps): update dependency eventemitter3 to v5
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

npm
docs/package.json
  • intelligo ^1.0.0
  • opencollective ^1.0.3
  • opencollective-postinstall ^2.0.2
  • @vuepress/plugin-google-analytics 1.3.0
  • @vuepress/plugin-pwa 1.3.0
  • vuepress 1.3.0
  • vuepress-plugin-janitor 1.0.0
  • vuepress-plugin-reading-time 0.1.1
  • vuepress-plugin-rss 2.0.0
  • yaml-front-matter 4.1.1
package.json
  • async 3.2.0
  • body-parser 1.19.0
  • config 3.2.5
  • eventemitter3 4.0.7
  • express 4.17.1
  • extend 3.0.2
  • lodash 4.17.21
  • opencollective 1.0.3
  • opencollective-postinstall 2.0.3
  • request 2.88.0
  • neuro.js 0.1.7
  • vow 0.4.20
  • ws 7.5.0
  • ws-heartbeat 1.1.0
  • @types/express 4.17.12
  • @types/extend 3.0.1
  • @types/lodash 4.14.170
  • @types/node 10.17.14
  • @types/request 2.48.4
  • @types/ws 7.4.5
  • chai 4.2.0
  • eslint 6.8.0
  • mocha 7.2.0
  • prettier 1.19.1
  • sinon 7.5.0
  • sinon-chai 3.7.0
  • tslint 5.20.1
  • tslint-config-prettier 1.18.0
  • typescript 3.9.10
samples/hello-bot/package.json
  • config 3.2.5
  • express 4.17.1
  • intelligo 1.3.0

  • Check this box to trigger a request for Renovate to run again on this repository

New Logo

Hello sir.
You have a great app, unfortunately this app does not have a logo yet, may I donate a logo for your app?

Can't build project

Is your feature request related to a problem? Please describe.
Yes I can't try the framework with run an example project.

Describe the solution you'd like
I expect npm start or npm run will open a web page of the project.

Describe alternatives you've considered
firstly I installed node packages with npm install after that
I tried npm start and npm run commands. Get this output:

Lifecycle scripts included in intelligo:
  postinstall
    opencollective-postinstall
  test
    mocha --recursive test/*

available via `npm run-script`:
  test:watch
    npm test -- --watch
  • npm run-script gives same output
  • Googled the output for any solution also
  • Also look for any readme or build file.

Error: Couldn't validate the request signature.

Error: Couldn't validate the request signature.
at IntelligoBot.verifyRequestSignature (/home/ubuntu/workspace/jisho-bot/node_modules/intelligo/src/intelligo.js:118:21)
at /home/ubuntu/workspace/jisho-bot/node_modules/body-parser/lib/read.js:104:9
at invokeCallback (/home/ubuntu/workspace/jisho-bot/node_modules/raw-body/index.js:224:16)
at done (/home/ubuntu/workspace/jisho-bot/node_modules/raw-body/index.js:213:7)
at IncomingMessage.onEnd (/home/ubuntu/workspace/jisho-bot/node_modules/raw-body/index.js:273:7)
at IncomingMessage.emit (events.js:182:13)
at endReadableNT (_stream_readable.js:1098:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)

Add airline boarding pass message templates to specified user using the Send API

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Create mocha, chai sample test

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.