Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.81 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.81 KB

UserReCon

Python Version OS GitHub GitHub repo size GitHub forks Lines of code GitHub stars

This is a simple username recognition tool. It can search a username from over 200 different social media platforms.

Installation and Usage

Linux

git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
sudo pip install -r requirements.txt
chmod +x userrecon.py
./userrecon.py
Now type the username and hit Enter

Windows

Note:Ensure that Git and Python3 is already installed at your Windows Machine before running the below commands.

git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
pip install -r requirements.txt
python userrecon.py
Now type the username and hit Enter

Termux

pkg install python3 -y
pkg install git -y
git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
pip install -r requirements.txt
chmod +x userrecon.py
./userrecon.py or python userrecon.py
Now type the username and hit Enter

Thanks