Hallow friends welcome to our blog.We all have a Facebook account,thousands of friends we have on Facebook.If we want to collect the details ( like phone number,email, address) of all the friends one by one it may take a long time.Or many times we get so many friend requests that we can't accept. Imagine what it would be like if we could accept all friend requests with just one click or find out the detail of all friends with one function.Yes it is possible.So in this article I'm going to talk about a python script which is available in github , using this script you can perform such tasks.
Facebook information gathering tool - fbi /osif Termux
Fbi is a python script used to collect data from Facebook.python2 language has used to create this tool.I don't have any idea about who is the real author of this script.But easily we can download it from Github.And it is very easy to use in Termux.
How to install fbi tool in Termux
Installing that tool on Termux is not a difficult task. Easily you can install it and use.Follow my steps which I have written below.
Open your Termux application and use the command
$ pkg update && pkg upgrade
After upgrade and updating your packages you have to install python2 on your Termux,use the command
$ pkg install python2
After installing python2 you have to install git
$ pkg install git
After installing git you can clone the script of fbi from Github by using the command
$ git clone https://github.com/xHak9x/fbi.git
Then you have to wait for 2/3 minutes untill the installation is complete.After installation use the command
$ cd fbi
Then you have to install some required packages for this script.use the command
$ pip2 install -r requirements.txt
Then use the command to run this script
$ python2 fbi.py
Then your Termux will be look like this
How to generate Facebook access token using fbi tool in Termux
Before using this tool you have to generate access token.To generate access token type token on Termux.Then you have enter you email and password in it.
Note:Do not use your original Facebook account here. Because using this script can cause your Facebook account to close
After successfully generating the token you will be able to use the other commands.And access token will be saved in directory named cookie.To view the other commands you can enter help to the terminal.
dump_Id
This command is used to fetch all I'ds from friend list.And all the IDs will be saved in a txt file in a directory named output.
dump_phone
Likedump_id this command is used to fetch all Phone numbers from friend list.
dump_mail
Like the previous two commands this command is used to fetch all email id s from friend list
get_data
This command is used to fetch all data about Facebook friends
get_info
This command shows information about a particular friend.But before Using this command you need to use the get_data command. otherwise you may have to face an error.To get information about any particular friend by using this command you need to enter your friend's Id number.
Clear
Clear command is used to clear the screen
exit
The exit command is used to close the program
How to set up a bot for Facebook using fbi tool
After setting up the bot you will able to
perform multiple tasks automatically like auto like,auto comment,auto poke.Even you can accept all of your friend requests with just one command.Also you can delete your all friends with one click with the help of the Facebook bot.
To open the Bot menu enter bot to the program
Advantage & Disadvantage of fbi
Advantage
1. Easily we can generate an access token with this tool
2.simple and easy to use
3.we can fetch the phone numbers ,email IDs of all friends together
4.By setting up a bot we can do auto poke,auto react and auto comment
5.we can accept all our friend requests with just a click
Disadvantage
1. sometimes tokens are not generated if we use a VPN or internet connection is not fast
2. Excessive use of Facebook bot can cause the Facebook account to close
See full Video
Our other posts
0 Comments