- nodejs & npm
git clone https://github.com/egyjs/Tell-Truth.git tell_truth
cd tell_truth
npm install
- in
config.json
file you must add your facebook login information
"username": "email",
"password": "password",
after adding your credential you you jsut have to run it!
npm run strat
- if you wish to run the script in background just set
hideBrowser
totrue
inconfig.json
file
you can contribute in this project with 2 options
- to add a dataset (images,comments) in
config.json
file"pages": [], "hashtags": [], "comments": [], "images": [],
- You can just run this script with your name in order to post a lot of comments , to "tell the truth"
Thanks.