https://github.com/pmuens/quotebot
100% Serverless Facebook messenger chatbot which will respond with inspiring quotes
https://github.com/pmuens/quotebot
Last synced: 5 months ago
JSON representation
100% Serverless Facebook messenger chatbot which will respond with inspiring quotes
- Host: GitHub
- URL: https://github.com/pmuens/quotebot
- Owner: pmuens
- Created: 2016-09-12T17:52:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T15:46:07.000Z (almost 9 years ago)
- Last Synced: 2025-04-24T03:13:30.095Z (5 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 30
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quotebot
![]()
This is the source code of the Serverless Facebook messenger Chatbot `Quotebot`.
## Setup
1. Run `npm install` to install all the necessary npm packages
2. Setup your Facebook Messenger Chatbot app
3. Setup the Facebook fanpage for your Chatbot
4. Connect the Facebook fanpage with the Facebook Messenger app
5. Replace the `accessToken` variable in the `handler.js` file with your Fanpage token
6. Run `serverless deploy` to deploy your chatbot
7. Chat with the Quotebot through the fanpage (or your Facebook Messenger app on your smartphone)