Merge 9363f4fe87 into 8f1308b90d
This commit is contained in:
commit
f1b1dbc119
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -518,6 +518,13 @@
|
|||
"urlProbe": "https://codeforces.com/api/user.info?handles={}",
|
||||
"username_claimed": "tourist"
|
||||
},
|
||||
"Codementor": {
|
||||
"errorType": "status_code",
|
||||
"request_method": "GET",
|
||||
"url": "https://www.codementor.io/@{}",
|
||||
"urlMain": "https://www.codementor.io/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Codepen": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://codepen.io/{}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue