From 0ddaa50b374dc77320cac1229e17d3b2e905572a Mon Sep 17 00:00:00 2001 From: cyberjam Date: Wed, 6 Dec 2023 16:06:58 +0900 Subject: [PATCH 1/3] Add `--xlsx` flag in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e6d7e..2092694 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ python3 -m pip install -r requirements.txt ```console $ python3 sherlock --help usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] - [--output OUTPUT] [--tor] [--unique-tor] [--csv] + [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--xlsx] [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE] [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color] [--browse] [--local] [--nsfw] From 698edeb28306bebedf1a7b95db9f6c458aaa1c19 Mon Sep 17 00:00:00 2001 From: cyberjam Date: Wed, 6 Dec 2023 16:14:49 +0900 Subject: [PATCH 2/3] Update help message in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2092694..22827e5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ optional arguments: Load data from a JSON file or an online, valid, JSON file. --timeout TIMEOUT Time (in seconds) to wait for response to requests (Default: 60) --print-all Output sites where the username was not found. - --print-found Output sites where the username was found. + --print-found Output sites where the username was found (also if exported as file). --no-color Don't color terminal output --browse, -b Browse to all results on default browser. --local, -l Force the use of the local data.json file. From 95d3460974c0be6ea045c3edf26c38cf3fb320d0 Mon Sep 17 00:00:00 2001 From: cyberjam Date: Wed, 6 Dec 2023 16:17:19 +0900 Subject: [PATCH 3/3] Update version in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22827e5..770e97b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--browse] [--local] [--nsfw] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.14.2) +Sherlock: Find Usernames Across Social Networks (Version 0.14.3) positional arguments: USERNAMES One or more usernames to check with social networks.