Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (40 loc) · 1.01 KB

BOT-Facebook

Script bot Facebook

Install via git

git clone https://github.com/dimaslanjaka/BOT-Facebook.git

Edit config.php

//--- single account
$auth = array(
"user	"	=> 'username',
"pass" => 'password',
"token" => "", //blank for auto get token
"like_comments" => false, //true for autolike comments and replies
 );
 //** OR **//
//--- multiple accounts
$auth = array(
 array(
 "user" => "username",
 "pass" => "password",
 "token" => "", //blank for auto get token
 "like_comments" => false, //true for autolike comments and replies
 ),
 array(
 "user" => "username",
 "pass" => "password",
 "token" => "", //blank for auto get token
 "like_comments" => false, //true for autolike comments and replies
 ),
 array(
 "user" => "username",
 "pass" => "password",
 "token" => "", //blank for auto get token
 "like_comments" => false, //true for autolike comments and replies
 ),
);

edit autoreaction.php for configure auto reaction/like of yourself

installing cronjob on Termux, use cronjob_setup.sh