An open API service indexing awesome lists of open source software.

https://github.com/scalabli/userprobe

This is a simple tool to find usernames across multiple sites.
https://github.com/scalabli/userprobe

python3 termux

Last synced: 4 months ago
JSON representation

This is a simple tool to find usernames across multiple sites.

Awesome Lists containing this project

README

          

# userprobe

Installtion and Usage

This is a simple tool to find usernames across multiple sites.


# Linux

git clone https://github.com/scalabli/userprobe.git


cd userprobe

pip install -r requirements.txt

./userprobe.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/scalabli/userprobe.git


cd userprobe

pip install -r requirements.txt

python userprobe.py

Now type the username and hit Enter


# Termux

pkg install python3 -y

pkg install git -y

git clone https://github.com/scalabli/userprobe.git


cd userprobe

pip install -r requirements.txt

./userprobe.py or python userprobe.py

Now type the username and hit Enter