Skip to content

Mini-sherlock - Simple realisation of sherlock nickname finder!

License

Notifications You must be signed in to change notification settings

Andrey-oss/mini-sherlock

Repository files navigation

Mini Sherlock 🔍

A lightweight username search tool inspired by Sherlock, designed for quick checks across popular platforms.

Features

  • Fast username availability checking
  • Supports 26 popular platforms (Work in progress)
  • Simple interface
  • Lightweight (no heavy dependencies)

Requirements

  1. Git
  2. Python3
  3. Python3-pip
  4. Internet connection
  5. Docker (optional)

Installation

  1. Clone git repository:
git clone https://github.com/Andrey-oss/mini-sherlock.git
cd mini-sherlock
  1. Install necessary python packages:
pip3 install -r requirements.txt
  1. Launch the script:
python3 mini_sherlock.py

Docker

Also you can run this app by using docker:

  1. Start the service:
systemctl start docker
  1. Build container:
docker build -t mini_sherlock .
  1. Run mini-sherlock:
docker run --rm -it mini_sherlock

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a pull request

Note

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

About

Mini-sherlock - Simple realisation of sherlock nickname finder!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published