FB-Messenger-Bot
Facebook Messenger Auto Responder
Using this bot you can make an auto responder for your Facebook Messenger (e.x out of office messages).
How to use this bot
Run git clone git@github.com: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.