From 682d71846f72713fcd5e6068a9e8e6377047f1b4 Mon Sep 17 00:00:00 2001 From: Silas Parker Date: Tue, 11 Aug 2020 15:08:36 +0100 Subject: [PATCH] Add Hackaday --- sherlock/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 2ad194b5..1f605fc2 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -701,6 +701,13 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Hackaday": { + "errorType": "status_code", + "url": "https://hackaday.io/{}", + "urlMain": "https://hackaday.io/", + "username_claimed": "adam", + "username_unclaimed": "noonewouldeverusethis" + }, "HackTheBox": { "errorType": "status_code", "url": "https://forum.hackthebox.eu/profile/{}", @@ -2273,4 +2280,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}