Skip to content

Commit

Permalink
removed boingboing.net
Browse files Browse the repository at this point in the history
boingboing.net was removed because now you need to login to check
whether a user exists or not
  • Loading branch information
sdushantha committed Apr 2, 2020
1 parent 1e18704 commit 4cde084
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2100,14 +2100,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"boingboing.net": {
"errorType": "status_code",
"rank": 5821,
"url": "https://bbs.boingboing.net/u/{}",
"urlMain": "https://boingboing.net/",
"username_claimed": "admin",
"username_unclaimed": "noonewouldeverusethis7"
},
"chaos.social": {
"errorType": "status_code",
"rank": 2748421,
Expand Down
8 changes: 8 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@
"urlMain": "https://www.sports-tracker.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeveruse"
},
"boingboing.net": {
"errorType": "status_code",
"rank": 5821,
"url": "https://bbs.boingboing.net/u/{}",
"urlMain": "https://boingboing.net/",
"username_claimed": "admin",
"username_unclaimed": "noonewouldeverusethis7"
}
}

16 changes: 16 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,19 @@ redirecting to skyscanner.com whether the username exists or not.
},
```

## boingboing.net

As of 2020-03-02, boingboing.net requires a login to check if a user exits or not.

```
"boingboing.net": {
"errorType": "status_code",
"rank": 5821,
"url": "https://bbs.boingboing.net/u/{}",
"urlMain": "https://boingboing.net/",
"username_claimed": "admin",
"username_unclaimed": "noonewouldeverusethis7"
},
```

0 comments on commit 4cde084

Please sign in to comment.