From 1f9d7e8373aaff984c123e5143ccde90dd7ff40c Mon Sep 17 00:00:00 2001 From: Nolan Parker Date: Sun, 19 Oct 2025 15:53:09 -0500 Subject: [PATCH 1/7] Reorder Terraria Forums to correct alphabetical position --- sherlock_project/resources/data.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index ff8fe759a..5eee88bdb 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -11,13 +11,6 @@ "urlMain": "https://www.1337x.to/", "username_claimed": "FitGirl" }, - "Terraria Forums": { - "errorMsg": "The following members could not be found", - "errorType": "message", - "url": "https://forums.terraria.org/index.php?search/42798315/&c[users]={}&o=relevance", - "urlMain": "https://forums.terraria.org/index.php", - "username_claimed": "blue" - }, "2Dimensions": { "errorType": "status_code", "url": "https://2Dimensions.com/a/{}", @@ -2381,6 +2374,13 @@ "urlMain": "https://tenor.com/", "username_claimed": "red" }, + "Terraria Forums": { + "errorMsg": "The following members could not be found", + "errorType": "message", + "url": "https://forums.terraria.org/index.php?search/42798315/&c[users]={}&o=relevance", + "urlMain": "https://forums.terraria.org/index.php", + "username_claimed": "blue" + }, "ThemeForest": { "errorType": "status_code", "url": "https://themeforest.net/user/{}", From 7ee2891517ae1f8cb2a8c2b29aa30e9278849483 Mon Sep 17 00:00:00 2001 From: Nolan Parker Date: Wed, 22 Oct 2025 22:16:13 -0500 Subject: [PATCH 2/7] Fix Minor Capitalization Issue in README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index af9011092..7f8b02829 100644 --- a/docs/README.md +++ b/docs/README.md @@ -124,7 +124,7 @@ Thank you to everyone who has contributed to Sherlock! ❤️ contributors -## Star history +## Star History From 6f1ddaa615d30b79e2344a33144b68d73abb1732 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Tue, 24 May 2022 19:31:05 +0200 Subject: [PATCH 3/7] Added mstdn.social Added another Mastodon instance: mstdn.social --- 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 5507c21c8..6f76ddd33 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2955,6 +2955,13 @@ "urlMain": "https://mastodon.xyz/", "username_claimed": "TheKinrar" }, + "mstdn.social": { + "errorType": "status_code", + "url": "https://mstdn.social/@{}", + "urlMain": "https://mstdn.social/", + "username_claimed": "MagicLike", + "username_unclaimed": "noonewouldeverusethis7" + }, "mercadolivre": { "errorType": "status_code", "url": "https://www.mercadolivre.com.br/perfil/{}", From 1f8166ba9f4b7c83ea1141238489b7d9bd35c4f4 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Thu, 23 Oct 2025 03:41:21 -0300 Subject: [PATCH 4/7] Remove unclaimed username entry for mstdn.social --- sherlock_project/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 6f76ddd33..c055b47e7 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2959,8 +2959,7 @@ "errorType": "status_code", "url": "https://mstdn.social/@{}", "urlMain": "https://mstdn.social/", - "username_claimed": "MagicLike", - "username_unclaimed": "noonewouldeverusethis7" + "username_claimed": "MagicLike" }, "mercadolivre": { "errorType": "status_code", From 94245b25dfa7eb1d373f1dc4411ec149e8da51e2 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Thu, 23 Oct 2025 05:03:35 -0300 Subject: [PATCH 5/7] Add OpenGameArt support (#2719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Horațiu Mlendea --- sherlock_project/resources/data.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index c055b47e7..8b3339e6e 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1702,6 +1702,12 @@ "urlMain": "https://opencollective.com/", "username_claimed": "sindresorhus" }, + "OpenGameArt": { + "errorType": "status_code", + "url": "https://opengameart.org/users/{}", + "urlMain": "https://opengameart.org", + "username_claimed": "ski" + }, "OpenStreetMap": { "errorType": "status_code", "regexCheck": "^[^.]*?$", @@ -3165,4 +3171,4 @@ ], "username_claimed": "example" } -} +} \ No newline at end of file From 828c47109d5ede852b9ff3c61700551eba8bd995 Mon Sep 17 00:00:00 2001 From: SirAzako Date: Sun, 19 Jun 2022 17:14:04 +0300 Subject: [PATCH 6/7] Added support for Trovo --- 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 8b3339e6e..033cb7ae5 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2470,6 +2470,13 @@ "urlMain": "https://tweakers.net", "username_claimed": "femme" }, + "Trovo": { + "errorMsg": "Uh Ohhh...", + "errorType": "message", + "url": "https://trovo.live/s/{}/", + "urlMain": "https://trovo.live", + "username_claimed": "Aimilios" + }, "Twitter": { "errorMsg": [ "
User ", From 91c1964918d398718a90161205446f8c470615e5 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Thu, 23 Oct 2025 08:04:41 -0300 Subject: [PATCH 7/7] Add GameFaqs support (#2721) Co-authored-by: Maquinero123456 --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 033cb7ae5..be99f675f 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -935,6 +935,12 @@ "urlMain": "https://www.gamespot.com/", "username_claimed": "blue" }, + "GameFAQs": { + "errorType": "status_code", + "url": "https://gamefaqs.gamespot.com/community/{}", + "urlMain": "https://gamefaqs.gamespot.com", + "username_claimed": "blue" + }, "GeeksforGeeks": { "errorType": "status_code", "url": "https://auth.geeksforgeeks.org/user/{}",