From a02d9780376c351514d28645f629e71d4ab660e7 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 23 Feb 2020 21:20:44 -0600 Subject: [PATCH] Remove Basecamp. All usernames are reported as not existing. Why was this ever added? It does not look like a social network. --- data.json | 9 --------- data_bad_site.json | 9 +++++++++ removed_sites.md | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/data.json b/data.json index 2f0fbed0..4be7f2af 100644 --- a/data.json +++ b/data.json @@ -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", diff --git a/data_bad_site.json b/data_bad_site.json index 580d9bd3..5e0adbb0 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -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", diff --git a/removed_sites.md b/removed_sites.md index b32dbbde..101321bf 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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.