Update site list and ranking. Update version.

pull/248/head
Christopher K. Hoadley 5 years ago
parent b76e105c22
commit cc163ce0ef

@ -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.

@ -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"
}
}

@ -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'''

@ -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)

Loading…
Cancel
Save