/messenger-bot

This is a simple bot for messeger. It is used by my facebook page. A user can play a simple quiz here among other things.

Primary LanguageJavaScriptMIT LicenseMIT

A FUN & DUMB QUIZ BOT FOR MESSENGER



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.


Features:

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


Steps:

  1. Install Heroku CLI toolbelt

  2. Init npm

  3. Setup Webhook for Messenger

  4. Subscribe Webhook to your page.

  5. Code and Test your bot!