SHERLOCK

Ghost
2 min readJan 10, 2023

--

Sherlock is a tool developed by Steve Troughton-Smith that is designed to help users find information about an app or tool by searching for it online. The tool allows users to search for a specific app or tool by name, and it will return information about the app or tool, including a description, website, developer, and other details.

This link will take you to git hub : https://github.com/sherlock-project/sherlock

Copy the code.

Open Terminal.

Type “git clone” & paste the code you had copied.

Press ENTER.

Then type “ls” .

Type “cd sherlock” .

Again type “ls”.

Now we need to install requirements.

➪ So we need to type “python3 -m pip install -r requirements.txt”

OK, we have completed the installation.

For running sherlock type “python3 sherlock username”

➪ Eg -: python3 sherlock dannyhaboi.
➪ Here we go, we just got some results about dannyhaboi.

--

--