Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 0 additions & 15 deletions docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,6 @@ As of 2019-12-31, all usernames are reported as existing.
},
```

## Codementor

As of 2019-12-31, usernames that exist are not detected.

```json
"Codementor": {
"errorType": "status_code",
"rank": 10252,
"url": "https://www.codementor.io/@{}",
"urlMain": "https://www.codementor.io/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## KiwiFarms

As of 2019-12-31, the site gives a 403 for all usernames. You have to
Expand Down
6 changes: 6 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@
"urlProbe": "https://codeforces.com/api/user.info?handles={}",
"username_claimed": "tourist"
},
"Codementor": {
"errorType": "status_code",
"url": "https://www.codementor.io/@{}",
"urlMain": "https://www.codementor.io/",
"username_claimed": "blue"
},
"Codepen": {
"errorType": "status_code",
"url": "https://codepen.io/{}",
Expand Down
Loading