mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
Added Site - Binary Search
This commit is contained in:
parent
57df1d904b
commit
7822fef926
2 changed files with 10 additions and 0 deletions
|
@ -180,6 +180,15 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"BinarySearch": {
|
||||
"errorMsg": "{}",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
|
||||
"url":"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}$",
|
||||
|
|
1
sites.md
1
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/)
|
||||
|
|
Loading…
Reference in a new issue