Facebook Messenger Auto Responder
Using this bot you can make an auto responder for your Facebook Messenger (e.x out of office messages).
Run git clone [email protected]:matthijsotterloo/FB-Messenger-Bot.git
Install the node modules npm install
Open index.js
and change the login details and message.
Now run node index.js
Your bot is now up&running, just try it out :)
TIP: Run this on your server using screen. In the terminal type screen
and run node index.js
, now simply close the window and the but will keep running even when the SSH Connection is closed.