Skip to content

Files

Latest commit

fc8b291 · Nov 22, 2020

History

History
19 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 614 Bytes

FacebookChatBot-using-NodeJs

This application will automatically send a recorded message to any sender who message you directly through chats on facebook.

Steps

  1. Initialise NPM module npm init

  2. INSTALL AXIOS, EXPRESS, BODY-PARSER

    npm i axios
    npm i express
    npm i body-parser
  1. 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

  2. Use NGROK for public url, paste the .exe in the working directory Download from here