Facebook Messenger Auto Responder
JavaScript
Switch branches/tags
Nothing to show
Latest commit bce7dbc Feb 23, 2016 @matthijsotterloo Fixed package.json
Permalink
Failed to load latest commit information.
README.md Update README.md Feb 23, 2016
index.js Initial commit Feb 23, 2016
package.json Fixed package.json Feb 23, 2016

README.md

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.