1.5.10 • Published 4 years ago

reactionator v1.5.10

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Reactionator

npm.io

Retrieves a Facebook post's reactions for you.

Installation

npm install reactionator -g

or

yarn global add reactionator

Requirements

Reactionator has a few requirements in order to work properly.

Options

-h, --help                    output usage information
-V, --version                 output the version number
-a --app, [app]               Facebook app ID
-s --secret [secret]          Facebook app secret
-p --page [page]              Facebook page ID
-i, --id [id]                 Facebook post ID
-t, --timeout [milliseconds]  The number of milliseconds to watch the url.
-l, --limit [limit]           The total number of reactions to return, defaults to 1000

Output

Reactionator will output an object which looks like this:

{ NONE: 0,
  LIKE: 8,
  LOVE: 2,
  WOW: 0,
  HAHA: 0,
  SAD: 1,
  ANGRY: 1,
  THANKFUL: 0,
  PRIDE: 0 }
1.5.10

4 years ago

1.5.9

7 years ago

1.5.8

7 years ago

1.5.7

7 years ago

1.5.6

7 years ago

1.5.5

7 years ago

1.5.4

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago