All Projects β†’ intelligo-mn β†’ memorize-bot

intelligo-mn / memorize-bot

Licence: MIT License
Memorize messenger bot using intelligo framework.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to memorize-bot

intelligo-generator
πŸ› οΈ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (+63.16%)
Mutual labels:  chatbot, intelligo
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-5.26%)
Mutual labels:  chatbot, intelligo
Neural Conversation Models
Tensorflow based Neural Conversation Models
Stars: ✭ 29 (+52.63%)
Mutual labels:  chatbot
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (+26.32%)
Mutual labels:  chatbot
chatbase-dotnet
Integrate your DotNet application with Chatbase!
Stars: ✭ 16 (-15.79%)
Mutual labels:  chatbot
hubot-code-review
A Hubot script for GitHub code review on Slack.
Stars: ✭ 38 (+100%)
Mutual labels:  chatbot
Bot-Telegram-BeMEAN
πŸ’£ Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (+300%)
Mutual labels:  chatbot
VirtualBLU
A Virtual Assistant for Windows PC with wicked Qt Graphics.
Stars: ✭ 41 (+115.79%)
Mutual labels:  chatbot
docker-hubot
Docker container for running hubot in a container.
Stars: ✭ 17 (-10.53%)
Mutual labels:  chatbot
Daytripper
Chatbot that learns and provides map, video, and Web searches.
Stars: ✭ 14 (-26.32%)
Mutual labels:  chatbot
neo4j protobot
a basic bot to evaluate using neo4j graph database as chatbot memory.
Stars: ✭ 15 (-21.05%)
Mutual labels:  chatbot
mafia host bot
Bot that hosts mafia games in Telegram's groups and supergroups
Stars: ✭ 16 (-15.79%)
Mutual labels:  chatbot
pytorch-transformer-chatbot
PyTorch v1.2μ—μ„œ 생긴 Transformer API λ₯Ό μ΄μš©ν•œ κ°„λ‹¨ν•œ Chitchat 챗봇
Stars: ✭ 44 (+131.58%)
Mutual labels:  chatbot
node-sparkbot-samples
Chatbot samples leveraging the node-sparkbot library for Webex Teams
Stars: ✭ 21 (+10.53%)
Mutual labels:  chatbot
lita-hipchat
A HipChat adapter for Lita.
Stars: ✭ 37 (+94.74%)
Mutual labels:  chatbot
pat-the-campfire-bot
A Campfire chat bot in node.js, intended to run on Heroku. Built for internal use at Figure53 but you might like it.
Stars: ✭ 14 (-26.32%)
Mutual labels:  chatbot
sepia-docs
Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
Stars: ✭ 160 (+742.11%)
Mutual labels:  chatbot
CHIT-CHAT
A Covid-19 Chatbot that aims to serve humans queries and give a feasible answer to their queries.
Stars: ✭ 18 (-5.26%)
Mutual labels:  chatbot
CryptoHub Bot
Everything you desire in the revolution of cryptocurrency.
Stars: ✭ 19 (+0%)
Mutual labels:  chatbot
SpaceFusion
NAACL'19: "Jointly Optimizing Diversity and Relevance in Neural Response Generation"
Stars: ✭ 73 (+284.21%)
Mutual labels:  chatbot

Memorize bot

Memorize messenger bot using intelligo framework.

How to run

clone this repo.

$ git clone https://github.com/intelligo-systems/memorize-bot.git && cd memorize-bot

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 .

Install dependencies:

$ npm install

Start your bot server:

$ npm start

Contributors

  • πŸ“₯ Pull requests and 🌟 Stars are always welcome.
  • You may contribute in several ways like creating new features, fixing bugs, improving documentation and examples or translating any document here to your language.

Supporting

If you'd like to join them, please consider:

Buy Me a Coffee at ko-fi.com Become a Patron!

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