This application will automatically send a recorded message to any sender who message you directly through chats on facebook.
-
Initialise NPM module
npm init
-
INSTALL AXIOS, EXPRESS, BODY-PARSER
npm i axios
npm i express
npm i body-parser
-
Set-up Facebook For Developers create a new webhooks integration, add messenger feature to it generate the access token and paste it in the code
-
Use NGROK for public url, paste the
.exe
in the working directory Download from here