SkillAgentSearch skills...

UserReCon

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

Install / Use

/learn @vijaysahuofficial/UserReCon
About this skill

Quality Score

0/100

Category

Marketing

Supported Platforms

Universal

README

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.

<h2>Installation and Usage</h2>

Linux

<pre>git clone https://github.com/vijaysahuofficial/UserReCon.git</pre> <br> <pre>cd UserReCon</pre> <pre>sudo pip install -r requirements.txt</pre> <pre>chmod +x userrecon.py</pre> <pre>./userrecon.py</pre> <pre>Now type the username and hit Enter</pre> <br>

Windows

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

<pre>git clone https://github.com/vijaysahuofficial/UserReCon.git</pre> <br> <pre>cd UserReCon</pre> <pre>pip install -r requirements.txt</pre> <pre>python userrecon.py</pre> <pre>Now type the username and hit Enter</pre> <br>

Termux

<pre>pkg install python3 -y</pre> <pre>pkg install git -y</pre> <pre>git clone https://github.com/vijaysahuofficial/UserReCon.git</pre> <br> <pre>cd UserReCon</pre> <pre>pip install -r requirements.txt</pre> <pre>chmod +x userrecon.py</pre> <pre>./userrecon.py or python userrecon.py</pre> <pre>Now type the username and hit Enter</pre>

Thanks

Related Skills

View on GitHub
GitHub Stars57
CategoryMarketing
Updated10d ago
Forks13

Languages

Python

Security Score

100/100

Audited on Mar 27, 2026

No findings