Merge branch 'master' into master
This commit is contained in:
commit
2504f238e5
|
|
@ -1,6 +1,6 @@
|
|||
<p align="center">
|
||||
<br>
|
||||
<a href="https://sherlock-project.github.io/" target="_blank"><img src="images/sherlock-logo.png"/></a>
|
||||
<a href="https://sherlock-project.github.io/" target="_blank"><img src="images/sherlock-logo.png" alt="sherlock"/></a>
|
||||
<br>
|
||||
<span>Hunt down social media accounts by username across <a href="https://sherlockproject.xyz/sites">400+ social networks</a></span>
|
||||
<br>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img width="70%" height="70%" src="images/demo.png"/>
|
||||
<img width="70%" height="70%" src="images/demo.png" alt="demo"/>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ Read more about the [Sherlock Actor](../.actor/README.md), including how to use
|
|||
Thank you to everyone who has contributed to Sherlock! ❤️
|
||||
|
||||
<a href="https://github.com/sherlock-project/sherlock/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?&columns=25&max=10000&&repo=sherlock-project/sherlock" noZoom />
|
||||
<img src="https://contrib.rocks/image?&columns=25&max=10000&&repo=sherlock-project/sherlock" alt="contributors"/>
|
||||
</a>
|
||||
|
||||
## Star history
|
||||
|
|
|
|||
|
|
@ -250,6 +250,12 @@
|
|||
"urlMain": "https://www.blipfoto.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Blitz Tactics": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://blitztactics.com/{}",
|
||||
"urlMain": "https://blitztactics.com/",
|
||||
"username_claimed": "Lance5500"
|
||||
},
|
||||
"Blogger": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
||||
|
|
@ -357,6 +363,12 @@
|
|||
"urlMain": "https://career.habr.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"CashApp": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://cash.app/${}",
|
||||
"urlMain": "https://cash.app",
|
||||
"username_claimed": "hotdiggitydog",
|
||||
},
|
||||
"Championat": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.championat.com/user/{}",
|
||||
|
|
@ -1341,8 +1353,8 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"Minecraft": {
|
||||
"errorCode": 204,
|
||||
"errorType": "status_code",
|
||||
"errorMsg": "Couldn't find any profile with name",
|
||||
"errorType": "message",
|
||||
"url": "https://api.mojang.com/users/profiles/minecraft/{}",
|
||||
"urlMain": "https://minecraft.net/",
|
||||
"username_claimed": "blue"
|
||||
|
|
@ -1574,6 +1586,19 @@
|
|||
"urlMain": "https://play.google.com/store",
|
||||
"username_claimed": "Facebook"
|
||||
},
|
||||
"Playstrategy": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://playstrategy.org/@/{}",
|
||||
"urlMain": "https://playstrategy.org",
|
||||
"username_claimed": "oruro"
|
||||
},
|
||||
"Plurk": {
|
||||
"errorMsg": "User Not Found!",
|
||||
"errorType": "message",
|
||||
"url": "https://www.plurk.com/{}",
|
||||
"urlMain": "https://www.plurk.com/",
|
||||
"username_claimed": "plurkoffice"
|
||||
},
|
||||
"PocketStars": {
|
||||
"errorMsg": "Join Your Favorite Adult Stars",
|
||||
"errorType": "message",
|
||||
|
|
@ -2710,6 +2735,12 @@
|
|||
"urlMain": "https://www.toster.ru/",
|
||||
"username_claimed": "adam"
|
||||
},
|
||||
"tumblr": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://{}.tumblr.com/",
|
||||
"urlMain": "https://www.tumblr.com/",
|
||||
"username_claimed": "goku"
|
||||
},
|
||||
"uid": {
|
||||
"errorType": "status_code",
|
||||
"url": "http://uid.me/{}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue