From 9e40e0a0f44c51df7994ad406e50edee919986aa Mon Sep 17 00:00:00 2001 From: MR-VL Date: Sun, 6 Jul 2025 16:27:59 -0500 Subject: [PATCH 1/4] Add support for Pychess --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18..28542026 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1621,6 +1621,13 @@ "urlMain": "https://www.producthunt.com/", "username_claimed": "jenny" }, + "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/{}", From 1e12c3f7a6915275680db3ee618cb131d8c28241 Mon Sep 17 00:00:00 2001 From: MR-VL Date: Sun, 6 Jul 2025 16:35:31 -0500 Subject: [PATCH 2/4] Remove TorrentGalaxy --- docs/removed-sites.md | 13 +++++++++++++ sherlock_project/resources/data.json | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/removed-sites.md b/docs/removed-sites.md index ecf8631e..b44e520e 100644 --- a/docs/removed-sites.md +++ b/docs/removed-sites.md @@ -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": "TGx:Can't show details", + "errorType": "message", + "regexCheck": "^[A-Za-z0-9]{3,15}$", + "url": "https://torrentgalaxy.to/profile/{}", + "urlMain": "https://torrentgalaxy.to/", + "username_claimed": "GalaxyRG" + }, +``` diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 28542026..ac4bc97c 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2028,14 +2028,6 @@ "urlMain": "https://www.tnaflix.com/", "username_claimed": "hacker" }, - "TorrentGalaxy": { - "errorMsg": "TGx:Can't show details", - "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", From 6e7b3cecb8f922468dbf4b289539369d346c06a0 Mon Sep 17 00:00:00 2001 From: MR-VL Date: Sun, 6 Jul 2025 18:02:24 -0500 Subject: [PATCH 3/4] Syntax Fixes in README.md remove unmatched closing tag, and fix indent add quotes to

LN:1 to make it valid HTML fix type from programmaticaly to programmatically --- docs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index afabfcf9..b7b8f5ee 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -

+



@@ -15,8 +15,7 @@

- - +

@@ -115,7 +114,7 @@ $ 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 From d3f4c65459d13640bf5504b59301b9eb09aa4ede Mon Sep 17 00:00:00 2001 From: MR-VL <107425742+MR-VL@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:15:23 -0500 Subject: [PATCH 4/4] remove trailing comma for cashapp breaking TOX --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 31b9a2e4..6f886938 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -367,7 +367,7 @@ "errorType": "status_code", "url": "https://cash.app/${}", "urlMain": "https://cash.app", - "username_claimed": "hotdiggitydog", + "username_claimed": "hotdiggitydog" }, "Championat": { "errorType": "status_code",