Facebook Messenger Auto Responder Using this bot you can make an auto responder for your Facebook Messenger (for example, you could use this for your out of office messages).
-
Run
git clone [email protected]:matthijsotterloo/FB-Messenger-Bot.git
-
Install the node modules using
npm install
-
Open
index.js
and change the login details + set your message. -
Now run
node index.js
to start your bot
You're now good to go!
TIP: Run this on your server using screen, this is a tool to keep your session running in the background.
- Install screen:
sudo apt-get install screen
- Run
screen
- Go to your folder and run
node index.js
- Close your window, the session will now keep running.