This is the source code of the Serverless Facebook messenger Chatbot Quotebot
.
- Run
npm install
to 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
accessToken
variable in thehandler.js
file with your Fanpage token - Run
serverless deploy
to deploy your chatbot - Chat with the Quotebot through the fanpage (or your Facebook Messenger app on your smartphone)