Sherlock: running issues

Created on 10 Jul 2019  路  7Comments  路  Source: sherlock-project/sherlock

hi i am having issues while running ,how to resolve this please help
usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE] [--proxy_list PROXY_LIST] [--check_proxies CHECK_PROXY] [--print-found] USERNAMES [USERNAMES ...] sherlock.py: error: the following arguments are required: USERNAMES

question

Most helpful comment

python3 sherlock.py user123
You would run a query like this. Gotta put in the username you're looking for

All 7 comments

Screenshot (16)

python3 sherlock.py user123
You would run a query like this. Gotta put in the username you're looking for

Sherlock is a command line program. Since PyCharm is an IDE, you have to tell it what command line options you want to use. The message you are giving is because you are running Sherlock without giving it any users to search for.

Here is a StackOverflow entry talking about how to add command line options. I don't use PyCharm, so I am not sure if this works for your specific version. But, this is what is happening.

Clipboard02

python3 sherlock.py user123
You would run a query like this. Gotta put in the username you're looking for

I've try this kind of format but it doesn't work and then I got error message
dddf

@monraPH
Before you run Sherlock, you have to install the all the modules that are required by running this:

$ cd sherlock
$ pip3 install -r requirements.txt

This issue appears to be an environmental issue rather than a problem with Sherlock itself. It also has been hanging out for some time. So, I am closing it out now to remove the clutter.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

senthilnayagam picture senthilnayagam  路  4Comments

PythonB picture PythonB  路  7Comments

nareddyt picture nareddyt  路  4Comments

Berghopper picture Berghopper  路  6Comments

dewjiguang picture dewjiguang  路  3Comments