- Create a new bot, follow the instruction here
- Add hubot-facebook to your bot
npm install hubot-facebook --save
- run hubot with the Facebook adaptor
bin/hubot -a facebook
This adapter requires this following environment variables
FB_LOGIN_EMAIL
andFB_LOGIN_PASSWORD
(this is taken from the Schmavery/facebook-chat-api, which this package use)