forked from sherlock-project/sherlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update notes in contribute guide about removed sites. Add sites that …
…were removed into a seprate json file: this will make it easier to test them in the future.
- Loading branch information
Showing
2 changed files
with
106 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"AngelList": { | ||
"errorType": "status_code", | ||
"rank": 5767, | ||
"url": "https://angel.co/{}", | ||
"urlMain": "https://angel.co/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"BlackPlanet": { | ||
"errorMsg": "My Hits", | ||
"errorType": "message", | ||
"rank": 110021, | ||
"url": "http://blackplanet.com/{}", | ||
"urlMain": "http://blackplanet.com/" | ||
}, | ||
"Codepen": { | ||
"errorType": "status_code", | ||
"rank": 1359, | ||
"url": "https://codepen.io/{}", | ||
"urlMain": "https://codepen.io/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"Duolingo": { | ||
"errorType": "response_url", | ||
"errorUrl": "https://www.duolingo.com/errors/404.html", | ||
"rank": 538, | ||
"regexCheck": "^[a-zA-Z0-9_-]{3,16}$", | ||
"url": "https://www.duolingo.com/{}", | ||
"urlMain": "https://www.duolingo.com/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewoulduse" | ||
}, | ||
"EVE Online": { | ||
"errorType": "response_url", | ||
"errorUrl": "https://eveonline.com", | ||
"rank": 15347, | ||
"url": "https://evewho.com/pilot/{}/", | ||
"urlMain": "https://eveonline.com", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"Fotolog": { | ||
"errorType": "status_code", | ||
"rank": 47777, | ||
"url": "https://fotolog.com/{}", | ||
"urlMain": "https://fotolog.com/" | ||
}, | ||
"Furaffinity": { | ||
"errorMsg": "Fatal system error", | ||
"errorType": "message", | ||
"rank": 4278, | ||
"url": "https://www.furaffinity.net/user/{}", | ||
"urlMain": "https://www.furaffinity.net", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"Imgur": { | ||
"errorType": "status_code", | ||
"rank": 74, | ||
"url": "https://imgur.com/user/{}", | ||
"urlMain": "https://imgur.com/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"linkedin.com": { | ||
"errorMsg": "This profile is not available", | ||
"errorType": "message", | ||
"rank": 0, | ||
"url": "https://www.linkedin.com/in/{}", | ||
"urlMain": "https://www.linkedin.com/", | ||
"username_claimed": "alex", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"PayPal": { | ||
"errorType": "response_url", | ||
"errorUrl": "https://www.paypal.com/paypalme2/404", | ||
"rank": 18441, | ||
"url": "https://www.paypal.com/paypalme2/{}", | ||
"urlMain": "https://www.paypal.me/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noneownsthisusername" | ||
}, | ||
"PowerShell Gallery": { | ||
"errorType": "status_code", | ||
"rank": 163562, | ||
"url": "https://www.powershellgallery.com/profiles/{}", | ||
"urlMain": "https://www.powershellgallery.com", | ||
"username_claimed": "powershellteam", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
}, | ||
"StreamMe": { | ||
"errorType": "status_code", | ||
"rank": 31702, | ||
"url": "https://www.stream.me/{}", | ||
"urlMain": "https://www.stream.me/", | ||
"username_claimed": "blue", | ||
"username_unclaimed": "noonewouldeverusethis7" | ||
} | ||
} |