mnm777-fbcb
Version:
FB Commenter Bot allows you to add comments automatically to a post. The number of comments you may add varies on what you will set. Please see the readme.txt to learn how to use this commenter app.
17 lines (11 loc) • 502 B
JavaScript
// sample array of strings we can use to our comments;
const provincesAndCapital = require("./ph_provincees_array.js").provincesAndCapital;
const trivias = require("./trivial_facts_array.js").trivialStrings;
// commenter bot class;
const CommenterBot = require("./fb_commenter_class/fb_commenter_bot_class.js").CommenterBot;
// instantiation;
let fbCommenterBot = new CommenterBot({
randomComments : trivias,
targetNumberOfComments : 1000,
});
console.log(fbCommenterBot);