Awesome
Quotebot
<p align="center"> <img src="quotebot-1.gif?raw=true" alt="Quotebot demo"/> </p>This is the source code of the Serverless Facebook messenger Chatbot Quotebot
.
Setup
- 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)