Skip to content

Add code sandboxio and hiveblog #2485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@
"urlMain": "https://coderwall.com",
"username_claimed": "hacker"
},
"Code Sandbox": {
"errorType": "status_code",
"url": "https://codesandbox.io/u/{}",
"urlMain": "https://codesandbox.io",
"username_claimed": "icyjoseph"
},
"Codewars": {
"errorType": "status_code",
"url": "https://www.codewars.com/users/{}",
Expand Down Expand Up @@ -589,13 +595,13 @@
"username_claimed": "blue"
},
"DigitalSpy": {
"errorMsg": "The page you were looking for could not be found.",
"errorType": "message",
"url": "https://forums.digitalspy.com/profile/{}",
"urlMain": "https://forums.digitalspy.com/",
"username_claimed": "blue",
"regexCheck": "^\\w{3,20}$"
},
"errorMsg": "The page you were looking for could not be found.",
"errorType": "message",
"url": "https://forums.digitalspy.com/profile/{}",
"urlMain": "https://forums.digitalspy.com/",
"username_claimed": "blue",
"regexCheck": "^\\w{3,20}$"
},
"Discogs": {
"errorType": "status_code",
"url": "https://www.discogs.com/user/{}",
Expand Down Expand Up @@ -650,7 +656,6 @@
"Duolingo": {
"errorMsg": "{\"users\":[]}",
"errorType": "message",

"url": "https://www.duolingo.com/profile/{}",
"urlMain": "https://duolingo.com/",
"urlProbe": "https://www.duolingo.com/2017-06-30/users?username={}",
Expand Down Expand Up @@ -1024,6 +1029,14 @@
"urlMain": "https://www.heavy-r.com/",
"username_claimed": "kilroy222"
},
"Hive Blog": {
"errorMsg": "<title>User Not Found - Hive</title>",
"errorType": "message",
"isNSFW": true,
"url": "https://hive.blog/@{}",
"urlMain": "https://hive.blog/",
"username_claimed": "mango-juice"
},
"Holopin": {
"errorMsg": "true",
"errorType": "message",
Expand Down Expand Up @@ -1271,7 +1284,6 @@
},
"LinkedIn": {
"errorType": "status_code",

"regexCheck": "^[a-zA-Z0-9]{3,100}$",
"request_method": "GET",
"url": "https://linkedin.com/in/{}",
Expand Down Expand Up @@ -1917,7 +1929,6 @@
},
"Spotify": {
"errorType": "status_code",

"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue"
Expand Down Expand Up @@ -2342,7 +2353,6 @@
},
"YouTube": {
"errorType": "status_code",

"url": "https://www.youtube.com/@{}",
"urlMain": "https://www.youtube.com/",
"username_claimed": "youtube"
Expand Down Expand Up @@ -2738,4 +2748,4 @@
"urlMain": "https://bsky.app/",
"username_claimed": "mcuban"
}
}
}