diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5af27b6..0d70986 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -180,6 +180,16 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "BinarySearch": { + "errorMsg": "{}", + "errorType": "message", + "regexCheck": "^[a-zA-Z0-9-_]{1,15}$", + "url":"https://binarysearch.io/@/{}", + "urlProbe": "https://binarysearch.io/api/users/{}/profile", + "urlMain": "https://binarysearch.io/", + "username_claimed": "Eyes_Wide_Shut", + "username_unclaimed": "noonewouldeverusethis7" + }, "BitBucket": { "errorType": "status_code", "regexCheck": "^[a-zA-Z0-9-_]{1,30}$", diff --git a/sites.md b/sites.md index 9db3a4c..612c18a 100644 --- a/sites.md +++ b/sites.md @@ -303,3 +303,4 @@ 302. [Warrior Forum](https://www.warriorforum.com/) 303. [Windy](https://windy.com/) 304. [Strava](https://www.strava.com/) +305. [BinarySearch](https://binarysearch.io/)