GitHub - sherlock-project/sherlock: ? Hunt down social media accounts by username across social networks
Sherlock is a python program that web crawls multiple social media websites to collect info about possible usernames.
#clone the repo
$ git clone
# change the working directory to sherlock
$ cd sherlock
#install the requirements
$ python3 -m pip install -r requirements
To search for only one user...
python3 sherlock user123
Accounts found will be stored in an individual text file with the corresponding username.
Sherlock is a python program that web crawls multiple social media websites to collect info about possible usernames.
#clone the repo
$ git clone
# change the working directory to sherlock
$ cd sherlock
#install the requirements
$ python3 -m pip install -r requirements
To search for only one user...
python3 sherlock user123
Accounts found will be stored in an individual text file with the corresponding username.