This is the source code of the Serverless Facebook messenger Chatbot Quotebot.
- Run
npm installto install all the necessary npm packages - Setup your Facebook Messenger Chatbot app
- Setup the Facebook fanpage for your Chatbot
- Connect the Facebook fanpage with the Facebook Messenger app
- Replace the
accessTokenvariable in thehandler.jsfile with your Fanpage token - Run
serverless deployto deploy your chatbot - Chat with the Quotebot through the fanpage (or your Facebook Messenger app on your smartphone)
