Git Product home page Git Product logo

fb-autoreaction's Introduction

fb-autoreaction

Facebook Auto Reaction BOT 2017

usage

You just need to edit an authentication data.

require_once('lib/fb.php'); // including bot class

//////////////////////////////////////////////[edit authentication here]///////////////////////////////////////////
$user		= 'lucifer.inside'; // facebook username / email
$pass 		= 'toketkenyel'; // facebook passwod
$r_male		= '3'; // reaction if user male , like = 1, love = 2, wow = 3, haha = 4, sad = 7, angry = 8
$r_female	= '2'; // reaction if user female , like = 1, love = 2, wow = 3, haha = 4, sad = 7, angry = 8
$max_status	= '20'; // maximum reacted status
$token 		= 'EaEaEa696969';
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$config['cookie_file'] = 'cookie.txt';
if (!file_exists($config['cookie_file'])) {
    $fp = @fopen($config['cookie_file'], 'w');
    @fclose($fp);
}

$reaction = new Reaction();
$reaction->send_reaction($user, $pass, $token, $r_male, $r_female, $max_status);

cli usage

root@tomi:~# php autoreaction.php

Status ID 941113712688709 => female => reacted
Status ID 10208206011644986 => female => reacted
Status ID 742983735851775 => female => reacted
Status ID 1425696447472324 => female => reacted
Status ID 10206758484274676 => female => reacted
Status ID 10206758478314527 => female => reacted
Status ID 1242968405788238 => male => reacted
Status ID 248837638884394 => male => reacted
Status ID 1417369344949323 => male => reacted
Status ID 1207019699376205 => female => reacted
Status ID 1316406528423269 => female => reacted

fb-autoreaction's People

Contributors

tomiashari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.