Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 689 Bytes

hubot-fb-user

Finally! A hubot adapter for Facebook user accounts. It enables you to write bots for user accounts and add hubot to groupchats for fun features.

Installation

Export the following environment variables:

HUBOT_FB_USERNAME : the username for the facebook user account HUBOT_FB_PASSWORD : the password for the facebook user account

From your hubot directory just run the following commands:

$ npm i hubot-fb-user --save

$ bin/hubot -a fb-user

Thanks

Originally written by @Kimberli who no longer maintains it.

Uses facebook-chat-api: https://github.com/Schmavery/facebook-chat-api/blob/master/DOCS.md