User-find-Find any fb user

 Hello guys in this article we are going to discuss about how to find fb user id with termux. This tool very simple to use.

Requirements:

  • Android version 5.0 and above
  • Termux
  • Python
  • Requests
  • Mechanize

Tested platform:

  • Termux
  • Linux

How to install and use?

Step 1:

First you update your termux completely so type this below command in your termux.
 

apt update && apt upgrade

Step 2:

Now you type this below command this command will help you to install git package this git package will help you to clone the package.

pkg install git 

Step 3:

Once you install git package type this below command this command will help you to download the user-find tool in your termux

git clone https://github.com/Tech-abm/User-find.git

Step 4:

Now just type this below command this command will help you to open User-Find folder.

cd User-info

Step 5:

Once you open folder type this below command this command will help you to install request module 

pip2 install requests

What is Requests?

The requests module allows you to send HTTP requests using Python. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc).

Step 6:

Once you install request module type this below command this command will help you to install mechanize module.

pip2 install mechanize

What is mechanize?

The mechanize module in Python is similar to perl WWW:Mechanize. It gives you a browser like object to interact with web pages

Step 7:

Now type this below command to run this user-find tool in your termux.

python2 user-info.py

Once you run this tool it will ask username EX: above picture if you type it you will get fb user id

USER-FIND 

Post a Comment

أحدث أقدم