From d8ffba37c0841e605006dc2813a32cda9b58701a Mon Sep 17 00:00:00 2001 From: Jadon Date: Thu, 21 Aug 2025 23:04:18 -0700 Subject: [PATCH] Added support for Tiktok --- sherlock_project/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 42327a18f..5869b7b0a 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1970,6 +1970,14 @@ "errorType": "status_code", "username_claimed": "blue" }, + "Tiktok": { + "errorMsg": "Couldn't find this account\nLooking for videos? Try browsing our trending creators, hashtags, and sounds.", + "errorType": "message", + "regexCheck": "^[a-zA-Z0-9_]{2,24}$", + "url": "https://www.tiktok.com/@{}", + "urlMain": "https://www.tiktok.com/", + "username_claimed": "tiktok" + }, "Topcoder": { "errorType": "status_code", "url": "https://profiles.topcoder.com/{}/",