1.1.3 • Published 6 years ago

hubot-fb-user v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

hubot-messenger-adapter

npm version

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

Set env vars HUBOT_FB_USERNAME and HUBOT_FB_PASSWORD to use this with a Facebook account.

Install hubot. Make sure to npm install --save hubot-messenger to add this module.

Run the command HUBOT_FB_USERNAME=<email> HUBOT_FB_PASSWORD=<pass> ./bin/hubot -a messenger to run the bot from your local computer.

If you want to run hubot with a local version of hubot-messenger, use npm link.

Originally Made by Kimberli:

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

1.1.3

6 years ago