Skip to content

Godoy/hubot-facebook-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-facebook-insights

A hubot script for some facebook insights

See src/facebook-insights.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-facebook-insights --save

Then add hubot-facebook-insights to your external-scripts.json:

[
  "hubot-facebook-insights"
]

Run fb help to list the avaliable methods.

Sample Interaction

user1>> fb fans "Page Name or FB ID"
hubot>> 59367 fans
user1>> fb checkins "Page Name or FB ID"
hubot>> 28631 checkins
user1>> fb talking about "Page Name or FB ID"
hubot>> 5612 talking about
user1>> fb posts "Page Name or FB ID" {limit}
hubot>> 2016-05-06T09:18:19+0000
This is a post example.

About

📘 A hubot script for some facebook insights

Resources

Stars

Watchers

Forks

Packages

No packages published