facebook chatbot that will query bitcoin prices from coinsph api
- Node.js
- Facebook page (which will you needed to generate the PAGE_ACCESS_TOKEN and used to test your chatbot)
- run
npm i
- create an app then setup your webhook at facebook developer page
- create a .env file then copy and paste your PAGE_ACCESS_TOKEN and VALIDATION_TOKEN from the app
You may follow this tutorial to successfully create an app and setup your webhook.
npm start
lt --port 5000 --subdomain your-subdomain