Skip to content

Commit

Permalink
Update site list and ranking. Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Jul 18, 2019
1 parent 2384848 commit d78ded1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1)
Sherlock: Find Usernames Across Social Networks (Version 0.7.4)

positional arguments:
USERNAMES One or more usernames to check with social networks.
Expand Down
12 changes: 6 additions & 6 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"rank": 0,
"rank": 3201,
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"Badoo": {
"errorType": "status_code",
"rank": 0,
"rank": 1278,
"url": "https://badoo.com/profile/{}",
"urlMain": "https://badoo.com/",
"username_claimed": "blue",
Expand All @@ -100,23 +100,23 @@
"Basecamp": {
"errorMsg": "The account you were looking for doesn't exist",
"errorType": "message",
"rank": 0,
"rank": 1791,
"url": "https://{}.basecamphq.com",
"urlMain": "https://basecamp.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Behance": {
"errorType": "status_code",
"rank": 0,
"rank": 383,
"url": "https://www.behance.net/{}",
"urlMain": "https://www.behance.net/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"BitBucket": {
"errorType": "status_code",
"rank": 0,
"rank": 1011,
"url": "https://bitbucket.org/{}/",
"urlMain": "https://bitbucket.org/",
"username_claimed": "white",
Expand Down Expand Up @@ -168,7 +168,7 @@
},
"CashMe": {
"errorType": "status_code",
"rank": 0,
"rank": 12351551,
"url": "https://cash.me/{}",
"urlMain": "https://cash.me/",
"username_claimed": "jenny",
Expand Down
2 changes: 1 addition & 1 deletion sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from load_proxies import load_proxies_from_csv, check_proxy_list

module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.7.3"
__version__ = "0.7.4"
amount = 0


Expand Down
2 changes: 1 addition & 1 deletion sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@
159. [mixer.com](https://mixer.com/)
160. [osu!](https://osu.ppy.sh/)

Alexa.com rank data fetched at (2019-07-17 20:01:43.992642 UTC)
Alexa.com rank data fetched at (2019-07-18 03:32:48.554540 UTC)

0 comments on commit d78ded1

Please sign in to comment.