If you are new to messenger bots you might want to see the Facebook Dev Docs first.
This is a dumb bot that uses most of the features of facebook messenger platform. This is NOT a NLP
based project.
-
The bot can ask random questions with tap-and-answer ease from a fixed set of saved questions.
-
The bot uses
Node.js
which is faster and more efficient for a bot that handles multiple user requests. -
The bot is hosted on Heroku for faster real-time access.
-
Install Heroku CLI toolbelt
-
Subscribe Webhook to your page.
-
Code and Test your bot!