From ea90e7fa956fa5c44e3ebf04c9e58582094d1d2a Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 2 Feb 2019 21:24:46 -0600 Subject: [PATCH] Bump version and add link to Wiki on procedure to add new sites. --- README.md | 8 +++++++- sherlock.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 474a68b..a455f14 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--proxy PROXY_URL] [--json JSON_FILE] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.4.0) +Sherlock: Find Usernames Across Social Networks (Version 0.5.0) positional arguments: USERNAMES One or more usernames to check with social networks. @@ -94,6 +94,12 @@ Or you can simply use "Docker Hub" to run `sherlock`: docker run theyahya/sherlock user123 ``` +## Adding New Sites + +Please look at the Wiki entry on +[adding new sites](https://github.com/TheYahya/sherlock/wiki/Adding-Sites-To-Sherlock) +to understand the issues. + ## Tests If you are contributing to Sherlock, then Thank You! diff --git a/sherlock.py b/sherlock.py index e7a4472..9d63f9c 100644 --- a/sherlock.py +++ b/sherlock.py @@ -26,7 +26,7 @@ from torrequest import TorRequest from load_proxies import load_proxies_from_csv, check_proxy_list module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.4.6" +__version__ = "0.5.0" amount = 0 BANNER = r'''