facebook-ranking-tool

1.0.3 • Public • Published

FACEBOOK-RANKING-TOOL

A library to get ranking member in group.

Very easy to install and use.

INSTALL

run this command:

npm install facebook-ranking-tool

USE

Create a file app.js:

const ranking_tool = require("facebook-ranking-tool");
let getRankGroup = ranking_tool({
    idGroup: '<ID-GROUP>',
    token: '<YOUR_TOKEN || ADMIN_TOKEN>',
    option: {
        dayRank: 60,//how many day ago you want to check rank ?
        point: {
            point_per_post: 5,
            point_per_comment: 2,
            point_per_reaction: 1,
            point_per_commented:1,
            point_per_reactioned:1
        },
        stat: false //For search and use data
    }
});

getRankGroup.then(console.log)

And run this command:

node app.js

Readme

Keywords

none

Package Sidebar

Install

npm i facebook-ranking-tool

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

7.03 kB

Total Files

5

Last publish

Collaborators

  • jakenl5