uosint

(โ˜… 192)

This tool will help you to find the information of USERNAME. Before there are many tools that just show that the USERNAME is used on that website but they don't show Name, Phone_Number, Profile Photo, Address, Followers, Following etc. This is different from other tools. This tool will show all the PUBLICLY available information on the website where the USERNAME is used. Our target in this project is to extract information from 300+ websites and we will continue to update this in the future.

  • LICENSE
  • README.md
  • requirements.txt
  • sites.md
  • uosint.py

# Installation Guide

1. Get the code
git clone https://github.com/uosint-project/uosint

Downloads the entire project code from GitHub to your computer.

cd uosint

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python <์‹คํ–‰ํ•  ํŒŒ์ผ๋ช…>.py # README์—์„œ ์ •ํ™•ํ•œ ์‹คํ–‰ ํŒŒ์ผ๋ช…์„ ํ™•์ธํ•˜์„ธ์š”

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation