diff --git a/README.md b/README.md index 174bf529..f265c90c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--proxy PROXY_URL] [--json JSON_FILE] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.6.8) +Sherlock: Find Usernames Across Social Networks (Version 0.6.9) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/data.json b/data.json index e38e9f95..a7ce1fa6 100644 --- a/data.json +++ b/data.json @@ -489,6 +489,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "HackerRank": { + "errorMsg": "Something went wrong", + "errorType": "message", + "rank": 3715, + "url": "https://hackerrank.com/{}", + "urlMain": "https://hackerrank.com/", + "username_claimed": "satznova", + "username_unclaimed": "noonewouldeverusethis7" + }, "House-Mixes.com": { "errorMsg": "Profile Not Found", "errorType": "message", @@ -1267,14 +1276,5 @@ "urlMain": "https://osu.ppy.sh/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" - }, - "HackerRank": { - "errorMsg": "Something went wrong", - "errorType": "message", - "rank": 3386, - "url": "https://hackerrank.com/{}", - "urlMain": "https://hackerrank.com/", - "username_claimed": "satznova", - "username_unclaimed": "noonewouldeverusethis7" } } \ No newline at end of file diff --git a/sherlock.py b/sherlock.py index 296a6cff..dd2e8add 100755 --- 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.6.8" +__version__ = "0.6.9" amount = 0 BANNER = r''' diff --git a/sites.md b/sites.md index c089f839..232b60ab 100644 --- a/sites.md +++ b/sites.md @@ -1,4 +1,4 @@ -## List Of Supported Sites (149 Sites In Total!) +## List Of Supported Sites (150 Sites In Total!) 1. [500px](https://500px.com/) 2. [9GAG](https://9gag.com/) 3. [About.me](https://about.me/) @@ -148,5 +148,6 @@ 147. [last.fm](https://last.fm/) 148. [mixer.com](https://mixer.com/) 149. [osu!](https://osu.ppy.sh/) +150. [HackerRank](https://hackerrank.com/) -Alexa.com rank data fetched at (2019-07-14 07:50:37.291590 UTC) +Alexa.com rank data fetched at (2019-07-14 16:01:26.051115 UTC)