Skip to content

Commit

Permalink
Remove Basecamp. All usernames are reported as not existing. Why was …
Browse files Browse the repository at this point in the history
…this ever added? It does not look like a social network.
  • Loading branch information
hoadlck committed Feb 24, 2020
1 parent c0ef498 commit a02d978
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Basecamp": {
"errorMsg": "The account you were looking for doesn't exist",
"errorType": "message",
"rank": 4914,
"url": "https://{}.basecamphq.com",
"urlMain": "https://basecamp.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Bazar.cz": {
"errorType": "response_url",
"errorUrl": "https://www.bazar.cz/error404.aspx",
Expand Down
9 changes: 9 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Basecamp": {
"errorMsg": "The account you were looking for doesn't exist",
"errorType": "message",
"rank": 4914,
"url": "https://{}.basecamphq.com",
"urlMain": "https://basecamp.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"BlackPlanet": {
"errorMsg": "My Hits",
"errorType": "message",
Expand Down
18 changes: 18 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ They are listed here in the hope that things may change in the future
so they may be re-included.


## Basecamp

As of 2020-02-23, all usernames are reported as not existing.

Why was this ever added? It does not look like a social network.

```
"Basecamp": {
"errorMsg": "The account you were looking for doesn't exist",
"errorType": "message",
"rank": 4914,
"url": "https://{}.basecamphq.com",
"urlMain": "https://basecamp.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## Fanpop

As of 2020-02-23, all usernames are reported as not existing.
Expand Down

0 comments on commit a02d978

Please sign in to comment.