Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 965 Bytes

messenger-chatbot

This is a simple implementation for Facebook Messenger Chat-bot.

Parrot is a simple chatbot structure built for facebook messenger using Javascript.

The basic aim for parrot is to learn on how to implement a chatbot with features like:

  • Facebook Cards
  • Smart reply
  • NLP
  • Instagram and Twitter Integration etc

a live example of the bot has been implemented on the page here using Chatfuel

The code is a replica of what has been implemented with the page given above and can be utilised for learning purposes.

This parrot messenger bot has the following requirements and dependencies:

  • Node.js
  • npm
  • Heroku
  • Git
  • Code Editor (I have used Visual Studio Code for obvious reasons :P)

For Refernce you can visit - Build Guid for FB Chatbots

Build process and dependencies will be updated soon