A lightweight username search tool inspired by Sherlock, designed for quick checks across popular platforms.
- Fast username availability checking
- Supports 26 popular platforms (Work in progress)
- Simple interface
- Lightweight (no heavy dependencies)
- Git
- Python3
- Python3-pip
- Internet connection
- Docker (optional)
- Clone git repository:
git clone https://github.com/Andrey-oss/mini-sherlock.git
cd mini-sherlock- Install necessary python packages:
pip3 install -r requirements.txt- Launch the script:
python3 mini_sherlock.pyAlso you can run this app by using docker:
- Start the service:
systemctl start docker- Build container:
docker build -t mini_sherlock .- Run mini-sherlock:
docker run --rm -it mini_sherlockContributions are welcome! Please:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This is a test and initial implementation of the project that describes the entire process of obtaining information. Don't judge the code too harshly