Merge branch 'master' into add/platzi
This commit is contained in:
commit
1b9f823cef
|
|
@ -1,6 +1,6 @@
|
|||
<p align=center>
|
||||
<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,8 +15,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img width="70%" height="70%" src="images/demo.png"/>
|
||||
</a>
|
||||
<img width="70%" height="70%" src="images/demo.png" alt="demo"/>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
@ -115,14 +114,14 @@ $ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock
|
|||
}]
|
||||
```
|
||||
|
||||
Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmaticaly via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock).
|
||||
Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmatically via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock).
|
||||
|
||||
## Credits
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1982,3 +1982,16 @@ __2025-02-16 :__ Unsure if any way to view profiles exists now
|
|||
"username_claimed": "t3dotgg"
|
||||
}
|
||||
```
|
||||
|
||||
## TorrentGalaxy
|
||||
__2025-07-06 :__ Site appears to have gone offline in March and hasn't come back
|
||||
```json
|
||||
"TorrentGalaxy": {
|
||||
"errorMsg": "<title>TGx:Can't show details</title>",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[A-Za-z0-9]{3,15}$",
|
||||
"url": "https://torrentgalaxy.to/profile/{}",
|
||||
"urlMain": "https://torrentgalaxy.to/",
|
||||
"username_claimed": "GalaxyRG"
|
||||
},
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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_-]*$",
|
||||
|
|
@ -257,6 +263,13 @@
|
|||
"urlMain": "https://www.blogger.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Bluesky": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://bsky.app/profile/{}.bsky.social",
|
||||
"urlProbe": "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={}.bsky.social",
|
||||
"urlMain": "https://bsky.app/",
|
||||
"username_claimed": "mcuban"
|
||||
},
|
||||
"BoardGameGeek": {
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9_]*$",
|
||||
|
|
@ -357,6 +370,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/{}",
|
||||
|
|
@ -595,7 +614,7 @@
|
|||
"urlMain": "https://forums.digitalspy.com/",
|
||||
"username_claimed": "blue",
|
||||
"regexCheck": "^\\w{3,20}$"
|
||||
},
|
||||
},
|
||||
"Discogs": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.discogs.com/user/{}",
|
||||
|
|
@ -781,6 +800,13 @@
|
|||
"urlMain": "https://fosstodon.org/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Framapiaf": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9_]{1,30}$",
|
||||
"url": "https://framapiaf.org/@{}",
|
||||
"urlMain": "https://framapiaf.org",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"Freelance.habr": {
|
||||
"errorMsg": "<div class=\"icon_user_locked\"></div>",
|
||||
"errorType": "message",
|
||||
|
|
@ -1271,7 +1297,6 @@
|
|||
},
|
||||
"LinkedIn": {
|
||||
"errorType": "status_code",
|
||||
|
||||
"regexCheck": "^[a-zA-Z0-9]{3,100}$",
|
||||
"request_method": "GET",
|
||||
"url": "https://linkedin.com/in/{}",
|
||||
|
|
@ -1286,6 +1311,12 @@
|
|||
"urlMain": "https://linktr.ee/",
|
||||
"username_claimed": "anne"
|
||||
},
|
||||
"LinuxFR.org": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://linuxfr.org/users/{}",
|
||||
"urlMain": "https://linuxfr.org/",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"Listed": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://listed.to/@{}",
|
||||
|
|
@ -1326,6 +1357,13 @@
|
|||
"urlMain": "https://forums.mmorpg.com/",
|
||||
"username_claimed": "goku"
|
||||
},
|
||||
"Mamot": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9_]{1,30}$",
|
||||
"url": "https://mamot.fr/@{}",
|
||||
"urlMain": "https://mamot.fr/",
|
||||
"username_claimed": "anciensEnssat"
|
||||
},
|
||||
"Medium": {
|
||||
"errorMsg": "<body",
|
||||
"errorType": "message",
|
||||
|
|
@ -1341,8 +1379,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"
|
||||
|
|
@ -1487,6 +1525,13 @@
|
|||
"urlMain": "https://nyaa.si/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Open Collective": {
|
||||
"errorMsg": "Oops! Page not found",
|
||||
"errorType": "message",
|
||||
"url": "https://opencollective.com/{}",
|
||||
"urlMain": "https://opencollective.com/",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"OpenStreetMap": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[^.]*?$",
|
||||
|
|
@ -1507,6 +1552,13 @@
|
|||
"urlMain": "https://ourdjtalk.com/",
|
||||
"username_claimed": "steve"
|
||||
},
|
||||
"Outgress": {
|
||||
"errorMsg": "Outgress - Error",
|
||||
"errorType": "message",
|
||||
"url": "https://outgress.com/agents/{}",
|
||||
"urlMain": "https://outgress.com/",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"PCGamer": {
|
||||
"errorMsg": "The specified member cannot be found. Please enter a member's entire name.",
|
||||
"errorType": "message",
|
||||
|
|
@ -1568,12 +1620,31 @@
|
|||
"urlMain": "https://www.pinkbike.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"pixelfed.social": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://pixelfed.social/{}/",
|
||||
"urlMain": "https://pixelfed.social",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"PlayStore": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://play.google.com/store/apps/developer?id={}",
|
||||
"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",
|
||||
|
|
@ -1621,6 +1692,20 @@
|
|||
"urlMain": "https://www.producthunt.com/",
|
||||
"username_claimed": "jenny"
|
||||
},
|
||||
"programming.dev": {
|
||||
"errorMsg": "Error!",
|
||||
"errorType": "message",
|
||||
"url": "https://programming.dev/u/{}",
|
||||
"urlMain": "https://programming.dev",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"Pychess": {
|
||||
"errorType": "message",
|
||||
"errorMsg": "404",
|
||||
"url": "https://www.pychess.org/@/{}",
|
||||
"urlMain": "https://www.pychess.org",
|
||||
"username_claimed": "gbtami"
|
||||
},
|
||||
"PromoDJ": {
|
||||
"errorType": "status_code",
|
||||
"url": "http://promodj.com/{}",
|
||||
|
|
@ -1872,6 +1957,12 @@
|
|||
"urlMain": "https://soylentnews.org",
|
||||
"username_claimed": "adam"
|
||||
},
|
||||
"SpeakerDeck": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://speakerdeck.com/{}",
|
||||
"urlMain": "https://speakerdeck.com/",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"Speedrun.com": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://speedrun.com/users/{}",
|
||||
|
|
@ -2021,14 +2112,6 @@
|
|||
"urlMain": "https://www.tnaflix.com/",
|
||||
"username_claimed": "hacker"
|
||||
},
|
||||
"TorrentGalaxy": {
|
||||
"errorMsg": "<title>TGx:Can't show details</title>",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[A-Za-z0-9]{3,15}$",
|
||||
"url": "https://torrentgalaxy.to/profile/{}",
|
||||
"urlMain": "https://torrentgalaxy.to/",
|
||||
"username_claimed": "GalaxyRG"
|
||||
},
|
||||
"TradingView": {
|
||||
"errorType": "status_code",
|
||||
"request_method": "GET",
|
||||
|
|
@ -2711,12 +2794,24 @@
|
|||
"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/{}",
|
||||
"urlMain": "https://uid.me/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"write.as": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://write.as/{}",
|
||||
"urlMain": "https://write.as",
|
||||
"username_claimed": "pylapp"
|
||||
},
|
||||
"xHamster": {
|
||||
"errorType": "status_code",
|
||||
"isNSFW": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue