From 2107691a36dcc68a2af25e1c7336eab7f6ae0798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:09:26 +0100 Subject: [PATCH 01/54] Fixing instructables --- web_accounts_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 7782170..9547432 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -917,12 +917,12 @@ }, { "name" : "instructables", - "check_uri" : "http://www.instructables.com/member/{account}/", + "check_uri" : "https://www.instructables.com/member/{account}/", "account_existence_code" : "200", - "account_existence_string" : "joined", + "account_existence_string" : ">Joined", "account_missing_string" : "", "account_missing_code" : "404", - "known_accounts" : ["test"], + "known_accounts" : ["davidandora", "test"], "category" : "hobby", "valid" : true }, From cb00f8e1b35bff9212f7e0a2b6c0fff5a278d001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:10:56 +0100 Subject: [PATCH 02/54] Fixing livejournal --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 9547432..2b3c56a 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1028,7 +1028,7 @@ }, { "name" : "Livejournal", - "check_uri" : "http://{account}.livejournal.com", + "check_uri" : "https://{account}.livejournal.com", "account_existence_code" : "200", "account_existence_string" : "Unknown Journal", From 834c4119d4163ddffff8158183fd6d75ffe9f40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:11:50 +0100 Subject: [PATCH 03/54] Fixing Vimeo --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 2b3c56a..5fd188a 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1968,7 +1968,7 @@ }, { "name" : "Vimeo", - "check_uri" : "http://vimeo.com/{account}", + "check_uri" : "https://vimeo.com/{account}", "account_existence_code" : "200", "account_existence_string" : "on Vimeo", "account_missing_string" : "we couldn’t find that page", From fdff697417c5d22443c15a65987de1bde43adb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:15:41 +0100 Subject: [PATCH 04/54] Fixing Medium --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 5fd188a..32deda2 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1063,7 +1063,7 @@ }, { "name" : "Medium", - "check_uri" : "https://medium.com/@{account}/latest", + "check_uri" : "https://medium.com/@{account}", "pretty_uri" : "https://medium.com/@{account}", "account_existence_code" : "200", "account_existence_string" : "username", From dbf615b9131c3fe1d7f9b1168163df6106fad632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:16:37 +0100 Subject: [PATCH 05/54] Fixing Marketing Land --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 32deda2..a858e8f 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1040,7 +1040,7 @@ }, { "name" : "Marketing Land", - "check_uri" : "http://marketingland.com/author/{account}", + "check_uri" : "https://marketingland.com/author/{account}", "account_existence_code" : "200", "account_existence_string" : "Send Email to Author", "account_missing_string" : "Page not found", From d9770d3d2911feea5d459a9fa9d7ee1b9a94eecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:26:57 +0100 Subject: [PATCH 06/54] Fixing Pastebin --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index a858e8f..3c5780d 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1296,7 +1296,7 @@ }, { "name" : "Pastebin", - "check_uri" : "http://pastebin.com/u/{account}", + "check_uri" : "https://pastebin.com/u/{account}", "account_existence_code" : "200", "account_existence_string" : "'s Pastebin", "account_missing_string" : "", From aa642cd784b6f29e0e87ebc579e37393967918cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:27:51 +0100 Subject: [PATCH 07/54] Fixing Reddit --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 3c5780d..42b6ea6 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1488,7 +1488,7 @@ "account_existence_code" : "200", "account_existence_string" : "Cake day", "account_missing_string" : "page not found", - "account_missing_code" : "200", + "account_missing_code" : "404", "known_accounts" : ["mayorpaco", "leafstar2"], "category" : "news", "valid" : true From cab8c325537aa40c70724b01ba150f6eecfe8063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:28:46 +0100 Subject: [PATCH 08/54] Fixing Gitlab --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 42b6ea6..230751e 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -755,7 +755,7 @@ "account_existence_code" : "200", "account_existence_string" : "Member since", "account_missing_string" : "GitLab.com offers free unlimited", - "account_missing_code" : "200", + "account_missing_code" : "302", "known_accounts" : ["skennedy","KennBro"], "category" : "coding", "valid" : true From 51baae2142787fd5359ca9b224bb86ab38d0a915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:29:32 +0100 Subject: [PATCH 09/54] gpsies doesn't seem to exist anymore, redirects to alltrails.com with no public profiles --- check_online_presence.py | 2 +- web_accounts_list.json | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/check_online_presence.py b/check_online_presence.py index 2047ee7..afa1a40 100755 --- a/check_online_presence.py +++ b/check_online_presence.py @@ -58,7 +58,7 @@ def signal_handler(*_): def web_call(location): try: # Make web request for that URL, timeout in X secs and don't verify SSL/TLS certs - return requests.get(location, headers=HEADERS, timeout=60, verify=False) + return requests.get(location, headers=HEADERS, timeout=60, verify=False, allow_redirects=False) except requests.exceptions.Timeout as caught: raise Exception("Connection time out. Try increasing the timeout delay.") from caught except requests.exceptions.TooManyRedirects as caught: diff --git a/web_accounts_list.json b/web_accounts_list.json index 230751e..cbc262d 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -771,17 +771,6 @@ "category" : "books", "valid" : true }, - { - "name" : "GPSies", - "check_uri" : "https://www.gpsies.com/mapUser.do?username={account}", - "account_existence_code" : "200", - "account_existence_string" : "\"page_mapUser\"", - "account_missing_string" : "GPSies", - "account_missing_code" : "200", - "known_accounts" : ["test","admin"], - "category" : "health", - "valid" : true - }, { "name" : "Gravatar", "check_uri" : "http://en.gravatar.com/profiles/{account}.json", From 38892e4fb878fd33837a029d167d5f52f80b8711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 19:31:02 +0100 Subject: [PATCH 10/54] Fixing Ebay --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index cbc262d..8d011f7 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -473,7 +473,7 @@ }, { "name" : "eBay", - "check_uri" : "http://www.ebay.com/usr/{account}", + "check_uri" : "https://www.ebay.com/usr/{account}", "account_existence_code" : "200", "account_existence_string" : "on eBay", "account_missing_string" : "The User ID you entered was not found", From 650e93fe3b9a6ec1858c0f2a7e584db43ee033c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:31:32 +0100 Subject: [PATCH 11/54] Fixing Dailymotion --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 8d011f7..2db2169 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -329,7 +329,7 @@ }, { "name" : "Dailymotion", - "check_uri" : "http://www.dailymotion.com/{account}", + "check_uri" : "https://www.dailymotion.com/{account}", "account_existence_code" : "200", "account_existence_string" : "og:url", "account_missing_string" : "404 Page not found", From c21ce5d073cc207c92d81f480b18da1e953cd3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:32:36 +0100 Subject: [PATCH 12/54] Fixing last.fm --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 2db2169..f31e123 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -983,7 +983,7 @@ }, { "name" : "Last.fm", - "check_uri" : "http://www.last.fm/user/{account}", + "check_uri" : "https://www.last.fm/user/{account}", "account_existence_code" : "200", "account_existence_string" : "scrobbling since", "account_missing_string" : "Whoops! Sorry, but this page doesn't exist.", From 16d1a68b15b220b5e5efc62c60982257d2deb921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:34:28 +0100 Subject: [PATCH 13/54] Fixing blip.fm --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index f31e123..7c846bd 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -152,7 +152,7 @@ }, { "name" : "BLIP.fm", - "check_uri" : "http://blip.fm/{account}", + "check_uri" : "https://blip.fm/{account}", "account_existence_code" : "200", "account_existence_string" : "recommended", "account_missing_string" : "", From 8448f09499b7285807ae8af18202a11c64f59da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:35:14 +0100 Subject: [PATCH 14/54] Fixing Slideshare --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 7c846bd..6931006 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1583,7 +1583,7 @@ }, { "name" : "slideshare", - "check_uri" : "http://www.slideshare.net/{account}", + "check_uri" : "https://www.slideshare.net/{account}", "account_existence_code" : "200", "account_existence_string" : "SlideShare Channel", "account_missing_string" : "is still available. Why not", From 5dccdb42b2ac02ee894a622d83a0d126d1b5a81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:19:05 +0100 Subject: [PATCH 15/54] Fixing wishlistr --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 6931006..7f974f5 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -2069,7 +2069,7 @@ }, { "name" : "wishlistr", - "check_uri" : "http://www.wishlistr.com/profile/{account}/", + "check_uri" : "https://www.wishlistr.com/profile/{account}/", "account_existence_code" : "200", "account_existence_string" : "s profile", "account_missing_string" : "", From faf62024502ac61a9008fee4abfd76c30a654b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:20:22 +0100 Subject: [PATCH 16/54] Fixing wordpress --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 7f974f5..bf8dbb1 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -2091,11 +2091,11 @@ }, { "name" : "WordPress", - "check_uri" : "https://profiles.wordpress.org/{account}", + "check_uri" : "https://profiles.wordpress.org/{account}/", "account_existence_code" : "200", "account_existence_string" : "user-member-since", "account_missing_string" : "", - "account_missing_code" : "302", + "account_missing_code" : "404", "known_accounts" : ["test"], "category" : "blog", "valid" : true From 57d7011ee9cc80886bcb901db81413c00c47b841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:21:44 +0100 Subject: [PATCH 17/54] Fixing gamertag --- web_accounts_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index bf8dbb1..b968ca0 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -2124,11 +2124,11 @@ }, { "name" : "Xbox Gamertag", - "check_uri" : "https://www.xboxgamertag.com/search/{account}/", + "check_uri" : "https://www.xboxgamertag.com/search/{account}", "account_existence_code" : "200", - "account_existence_string" : " - Xbox Live Gamertag ", + "account_existence_string" : " - Xbox Gamertag", "account_missing_string" : "Gamertag data is broken", - "account_missing_code" : "500", + "account_missing_code" : "404", "known_accounts" : ["test"], "category" : "gaming", "valid" : true From 08bf2f8dfdb32126080c3456f195df8802100e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:25:56 +0100 Subject: [PATCH 18/54] Fixing hubpages --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index b968ca0..5b4711e 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -807,7 +807,7 @@ }, { "name" : "HubPages", - "check_uri" : "http://hubpages.com/@{account}", + "check_uri" : "https://hubpages.com/@{account}", "account_existence_code" : "200", "account_existence_string" : "Joined ", "account_missing_string" : "Sorry, that user does not exist", From 9d4d3c5a7e423c61663f44edf02357d3a0ba8c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:28:31 +0100 Subject: [PATCH 19/54] Fixing badoo --- web_accounts_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 5b4711e..02d7302 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -96,9 +96,9 @@ }, { "name" : "badoo", - "check_uri" : "http://badoo.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "| Badoo", + "check_uri" : "https://badoo.com/{account}/", + "account_existence_code" : "301", + "account_existence_string" : "https://badoo.com/profile/", "account_missing_string" : "", "account_missing_code" : "404", "known_accounts" : ["john", "whynot"], From c793b635946093aed058d019aaadf42d322ddbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:29:39 +0100 Subject: [PATCH 20/54] Removing kik.me as it seems not to exist anymore --- web_accounts_list.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 02d7302..6a8ec97 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -959,17 +959,6 @@ "category" : "business", "valid" : true }, - { - "name" : "Kik", - "check_uri" : "https://kik.me/{account}", - "account_existence_code" : "200", - "account_existence_string" : "", - "account_missing_code" : "200", - "known_accounts" : ["alice","jake"], - "category" : "social", - "valid" : true - }, { "name" : "Kongregate", "check_uri" : "http://www.kongregate.com/accounts/{account}", From d6afac6e412871194d75c1c6c56b0e55c2d18f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:30:52 +0100 Subject: [PATCH 21/54] Removing i-am-pregnant as it redirects to justmommies and they don't seem to offer public profiles --- web_accounts_list.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 6a8ec97..ea54a5d 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -816,17 +816,6 @@ "category" : "blog", "valid" : true }, - { - "name" : "I-am-pregnant", - "check_uri" : "http://www.i-am-pregnant.com/vip/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Activity RSS Feed", - "account_missing_string" : "404 Page", - "account_missing_code" : "404", - "known_accounts" : ["Kelly","Cney"], - "category" : "health", - "valid" : true - }, { "name" : "IFTTT", "check_uri" : "https://ifttt.com/p/{account}", From 2c469644f844793e484990c76ee87cd1964504ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:31:23 +0100 Subject: [PATCH 22/54] Fixing pinkbike --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index ea54a5d..73b407c 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1329,7 +1329,7 @@ }, { "name" : "PinkBike", - "check_uri" : "http://www.pinkbike.com/u/{account}/", + "check_uri" : "https://www.pinkbike.com/u/{account}/", "account_existence_code" : "200", "account_existence_string" : "on Pinkbike", "account_missing_string" : "I couldn't find the page you were looking for", From a8f122ffc35fbb38cda5f504fb53fb37271e0c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:31:51 +0100 Subject: [PATCH 23/54] Fixing playlist --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 73b407c..c37bd97 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1351,7 +1351,7 @@ }, { "name" : "Playlists.net", - "check_uri" : "http://playlists.net/members/{account}", + "check_uri" : "https://playlists.net/members/{account}", "account_existence_code" : "200", "account_existence_string" : "Profile for ", "account_missing_string" : "Sorry we can't find that page", From 8906d0b50d613eb577d17c9fc98d2d2b572f4f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 21:37:39 +0100 Subject: [PATCH 24/54] Fixing plurk --- web_accounts_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index c37bd97..99634cc 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1362,10 +1362,10 @@ }, { "name" : "Plurk", - "check_uri" : "http://www.plurk.com/{account}", + "check_uri" : "https://www.plurk.com/{account}", "account_existence_code" : "200", - "account_existence_string" : "] on Plurk - Plurk", - "account_missing_string" : "User Not Found!", + "account_existence_string" : "Profile views", + "account_missing_string" : "Register your plurk account", "account_missing_code" : "200", "known_accounts" : ["test"], "category" : "social", From e9ffe8fa3eb1998db81fd612e8adcd661ae91008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:39:26 +0100 Subject: [PATCH 25/54] Fixing chess.com --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 99634cc..99c71f3 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -276,7 +276,7 @@ "name" : "Chess.com", "check_uri" : "https://www.chess.com/member/{account}", "account_existence_code" : "200", - "account_existence_string" : "Last Login", + "account_existence_string" : "Last Online", "account_missing_string" : "Missing Page?! - Chess.com", "account_missing_code" : "404", "known_accounts" : ["john", "alice", "carol"], From 4a3e5bc0dc4760b261724f0b8ba13e0cde60994c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:42:44 +0100 Subject: [PATCH 26/54] Fixing Freesound --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 99c71f3..6ef477c 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -618,12 +618,12 @@ }, { "name" : "freesound", - "check_uri" : "http://www.freesound.org/people/{account}/", + "check_uri" : "https://freesound.org/people/{account}/", "account_existence_code" : "200", "account_existence_string" : "START of Content area", "account_missing_string" : "Page not found", "account_missing_code" : "404", - "known_accounts" : ["test","johndoe"], + "known_accounts" : ["test","JohnDoe"], "category" : "music", "valid" : true }, From cb5697820e57c641b913e3c5a821bc130ed1e61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:46:01 +0100 Subject: [PATCH 27/54] Fixing Delicious --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 6ef477c..2930b8e 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -340,7 +340,7 @@ }, { "name" : "Delicious", - "check_uri" : "http://del.icio.us/{account}", + "check_uri" : "https://del.icio.us/{account}", "account_existence_code" : "200", "account_existence_string" : "Following:", "account_missing_string" : "An error occurred.", From 0c2cef29884d8bbc6c278f99123f21c9140173c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:46:46 +0100 Subject: [PATCH 28/54] Fixing Mix.com --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 2930b8e..270b24d 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1086,7 +1086,7 @@ }, { "name" : "Mix", - "check_uri" : "https://www.mix.com/{account}/", + "check_uri" : "https://mix.com/{account}/", "account_existence_code" : "200", "account_existence_string" : " Posts", "account_missing_string" : "", From 12db80d6f1b145a741f1c34e881af80c97462df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:47:59 +0100 Subject: [PATCH 29/54] Fixing setlist.fm --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 270b24d..a5032ba 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1528,7 +1528,7 @@ }, { "name" : "setlist.fm", - "check_uri" : "http://www.setlist.fm/user/{account}", + "check_uri" : "https://www.setlist.fm/user/{account}", "account_existence_code" : "200", "account_existence_string" : "s setlist.fm | setlist.fm", "account_missing_string" : "Sorry, the page you requested doesn't exist", From e32ee2cbacc9d09a9861538a321306db8c7bc350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:58:38 +0100 Subject: [PATCH 30/54] Fixing codementor --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index a5032ba..5290028 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -296,7 +296,7 @@ }, { "name" : "codementor", - "check_uri" : "https://www.codementor.io/{account}", + "check_uri" : "https://www.codementor.io/@{account}", "account_existence_code" : "200", "account_existence_string" : "ABOUT ME", "account_missing_string" : "404/favicon.png", From daad2aa2894af0cc6c2c932bd7747b87e13e3062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 21:59:11 +0100 Subject: [PATCH 31/54] Fixing blogspot --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 5290028..5a88edf 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -178,7 +178,7 @@ "account_existence_code" : "200", "account_existence_string" : "Blogger Template Style", "account_missing_string" : "Blog not found", - "account_missing_code" : "200", + "account_missing_code" : "404", "known_accounts" : ["test"], "category" : "blog", "valid" : true From eaa532fbd336e872f0204352a6a522f5fa960630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:00:17 +0100 Subject: [PATCH 32/54] Fixing ask.fm --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 5a88edf..122ddff 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -77,8 +77,8 @@ "check_uri" : "https://ask.fm/{account}", "account_existence_code" : "200", "account_existence_string" : "answers,", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", + "account_missing_string" : "Well, apparently not anymore.", + "account_missing_code" : "200", "known_accounts" : ["test"], "category" : "social", "valid" : true From 07bf6c6aa8c2e2eef3140592ac859ff436c25b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:01:02 +0100 Subject: [PATCH 33/54] Fixing smashrun --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 122ddff..85f2530 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1583,7 +1583,7 @@ }, { "name" : "SmashRun", - "check_uri" : "http://smashrun.com/{account}/", + "check_uri" : "https://smashrun.com/{account}/", "account_existence_code" : "200", "account_existence_string" : "Miles run overall", "account_missing_string" : "no Smashrunner with the username", From 0dcd30f170bce2fee7ce8d5e433d8e32658ea734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:01:41 +0100 Subject: [PATCH 34/54] Fixing smugmug --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 85f2530..f17824e 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1605,7 +1605,7 @@ }, { "name" : "SmugMug", - "check_uri" : "http://{account}.smugmug.com", + "check_uri" : "https://{account}.smugmug.com", "account_existence_code" : "200", "account_existence_string" : "schema.org/Person", "account_missing_string" : "schema.org/Thing", From e10c4a8f99cb15cb50d7aa489a0861dbe399b9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:02:21 +0100 Subject: [PATCH 35/54] Fixing Soup --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index f17824e..f704a5c 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1649,7 +1649,7 @@ }, { "name" : "Soup", - "check_uri" : "http://{account}.soup.io/rss", + "check_uri" : "https://{account}.soup.io/rss", "account_existence_code" : "200", "account_existence_string" : "rss version", "account_missing_string" : "Blog not found", From 2ecd4cc49342288c14338c753411e07611eeb469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:03:36 +0100 Subject: [PATCH 36/54] Fixing sporcle --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index f704a5c..26c1584 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1686,7 +1686,7 @@ "account_existence_code" : "200", "account_existence_string" : "'s Sporcle Friends", "account_missing_string" : "This Sporcle user cannot be found.", - "account_missing_code" : "200", + "account_missing_code" : "302", "known_accounts" : ["Test","lolshortee"], "category" : "gaming", "valid" : true From b67e0fe7340f546b55638ecb439499261358e60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:04:52 +0100 Subject: [PATCH 37/54] Fixing voices.com --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 26c1584..6f4005c 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1994,7 +1994,7 @@ "name" : "Voices.com", "check_uri" : "https://www.voices.com/actors/{account}#bio", "account_existence_code" : "200", - "account_existence_string" : "Payment Terms", + "account_existence_string" : "Payment Terms", "account_missing_string" : "We're Sorry", "account_missing_code" : "404", "known_accounts" : ["briankirchoff","bryankopta"], From e9433b3254190f8ed1a4ca9f43b8fc60939141ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:05:39 +0100 Subject: [PATCH 38/54] Fixing bugcrowd --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 6f4005c..c5f61c2 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -202,7 +202,7 @@ "account_existence_string" : "ResearcherDashboard", "account_missing_string" : ">Bugcrowd | Error", "account_missing_code" : "404", - "known_accounts" : ["Bitquark"], + "known_accounts" : ["bitquark"], "category" : "hacker", "valid" : true }, From a8f380e958d10222e5126e387abaf5c2a50d8dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:07:09 +0100 Subject: [PATCH 39/54] Fixing droners --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index c5f61c2..7b2c3df 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -445,7 +445,7 @@ "account_existence_string" : "#portfolio_images_tab", "account_missing_string" : "(404)", "account_missing_code" : "302", - "known_accounts" : ["chriskahn","thisdoesnotexistyet"], + "known_accounts" : ["chriskahn","swilken"], "category" : "hobby", "valid" : true }, From 9e0d717d64e60cf276a021af9ba9cca9039a90a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:11:19 +0100 Subject: [PATCH 40/54] Fixing fanpop --- web_accounts_list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 7b2c3df..a5c6c73 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -497,7 +497,7 @@ "name" : "Engadget", "check_uri" : "https://www.engadget.com/about/editors/{account}/", "account_existence_code" : "200", - "account_existence_string" : "latest-listing-featured", + "account_existence_string" : "", "account_missing_string" : ", -", "account_missing_code" : "200", "known_accounts" : ["devindra-hardawar"], @@ -550,11 +550,11 @@ }, { "name" : "fanpop", - "check_uri" : "http://www.fanpop.com/fans/{account}", + "check_uri" : "https://www.fanpop.com/fans/{account}", "account_existence_code" : "200", "account_existence_string" : "Fanpopping since", - "account_missing_string" : "What are you a fan of?", - "account_missing_code" : "200", + "account_missing_string" : "", + "account_missing_code" : "302", "known_accounts" : ["test","johndoe"], "category" : "movies", "valid" : true From a114d7838b506df11f2044f3165357aab8f72833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:13:09 +0100 Subject: [PATCH 41/54] Fixing smule --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index a5c6c73..3761b2c 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1621,7 +1621,7 @@ "account_existence_string" : "followers", "account_missing_string" : "The page you are looking for is probably stuck in the dryer again", "account_missing_code" : "404", - "known_accounts" : ["BananaPuddingT"], + "known_accounts" : ["smul"], "category" : "music", "valid" : true }, From 0a3f9b7f067df6dfb4bd50eb673075e18011114a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:13:42 +0100 Subject: [PATCH 42/54] Fixing viddler --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 3761b2c..07cb133 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1924,7 +1924,7 @@ }, { "name" : "viddler", - "check_uri" : "http://www.viddler.com/channel/{account}/", + "check_uri" : "https://www.viddler.com/channel/{account}/", "account_existence_code" : "200", "account_existence_string" : "profile-details", "account_missing_string" : "User not found", From 872a78041a083c8af8519327ff0beebd34c5b9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:27:30 +0100 Subject: [PATCH 43/54] https:// en masse --- web_accounts_list.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 07cb133..eba898d 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -263,7 +263,7 @@ }, { "name" : "cHEEZburger", - "check_uri" : "http://profile.cheezburger.com/{account}", + "check_uri" : "https://profile.cheezburger.com/{account}", "account_existence_code" : "200", "account_existence_string" : "profile-header", "account_missing_string" : "<title>Home - ", @@ -307,7 +307,7 @@ }, { "name" : "COLOURlovers", - "check_uri" : "http://www.colourlovers.com/lover/{account}", + "check_uri" : "https://www.colourlovers.com/lover/{account}", "account_existence_code" : "200", "account_existence_string" : "Send A Love Note", "account_missing_string" : "", @@ -506,7 +506,7 @@ }, { "name" : "EPORNER", - "check_uri" : "http://www.eporner.com/profile/{account}/", + "check_uri" : "https://www.eporner.com/profile/{account}/", "account_existence_code" : "200", "account_existence_string" : "Recently watched", "account_missing_string" : "Profile not found", @@ -950,7 +950,7 @@ }, { "name" : "Kongregate", - "check_uri" : "http://www.kongregate.com/accounts/{account}", + "check_uri" : "https://www.kongregate.com/accounts/{account}", "account_existence_code" : "200", "account_existence_string" : "Member Since", "account_missing_string" : "Sorry, no account with that name was found", @@ -983,8 +983,8 @@ }, { "name" : "LiveJasmin", - "check_uri" : "http://new.livejasmin.com/en/flash/get-performer-details/{account}", - "pretty_uri" : "http://new.livejasmin.com/en/chat/{account}", + "check_uri" : "https://new.livejasmin.com/en/flash/get-performer-details/{account}", + "pretty_uri" : "https://new.livejasmin.com/en/chat/{account}", "account_existence_code" : "200", "account_existence_string" : "performer_id", "account_missing_string" : "\"success\": false", @@ -1053,7 +1053,7 @@ }, { "name" : "Meetzur", - "check_uri" : "http://www.meetzur.com/{account}", + "check_uri" : "https://www.meetzur.com/{account}", "account_existence_code" : "200", "account_existence_string" : "Last Login", "account_missing_string" : "The page you are looking for does not exist.", @@ -1131,7 +1131,7 @@ }, { "name" : "Mod DB", - "check_uri" : "http://www.moddb.com/members/{account}", + "check_uri" : "https://www.moddb.com/members/{account}", "account_existence_code" : "200", "account_existence_string" : "joined", "account_missing_string" : "The member requested could not be found", @@ -1142,7 +1142,7 @@ }, { "name" : "Muck Rack", - "check_uri" : "http://muckrack.com/{account}", + "check_uri" : "https://muckrack.com/{account}", "account_existence_code" : "200", "account_existence_string" : "on Muck Rack", "account_missing_string" : "Oh no! Page not found.", @@ -1164,7 +1164,7 @@ }, { "name" : "MyBuilder.com", - "check_uri" : "http://www.mybuilder.com/profile/view/{account}", + "check_uri" : "https://www.mybuilder.com/profile/view/{account}", "account_existence_code" : "200", "account_existence_string" : "feedback", "account_missing_string" : "Whoops! You broke our site!", @@ -1175,7 +1175,7 @@ }, { "name" : "MyFitnessPal", - "check_uri" : "http://www.myfitnesspal.com/user/{account}/status", + "check_uri" : "https://www.myfitnesspal.com/user/{account}/status", "account_existence_code" : "200", "account_existence_string" : "s profile | MyFitnessPal.com", "account_missing_string" : "Page not found", @@ -1186,7 +1186,7 @@ }, { "name" : "MyLot", - "check_uri" : "http://www.mylot.com/{account}", + "check_uri" : "https://www.mylot.com/{account}", "account_existence_code" : "200", "account_existence_string" : "on myLot", "account_missing_string" : " / Whoops!", @@ -1462,7 +1462,7 @@ }, { "name" : "redTube", - "check_uri" : "http://www.redtube.com/users/{account}", + "check_uri" : "https://www.redtube.com/users/{account}", "account_existence_code" : "200", "account_existence_string" : "s Profile - RedTube", "account_missing_string" : "Page Not Found", @@ -1594,7 +1594,7 @@ }, { "name" : "SmiteGuru", - "check_uri" : "http://smite.guru/profile/pc/{account}", + "check_uri" : "https://smite.guru/profile/pc/{account}", "account_existence_code" : "200", "account_existence_string" : "Playtime", "account_missing_string" : "", @@ -1836,7 +1836,7 @@ }, { "name" : "tumblr", - "check_uri" : "http://{account}.tumblr.com", + "check_uri" : "https://{account}.tumblr.com", "account_existence_code" : "200", "account_existence_string" : "avatar", "account_missing_string" : "There's nothing here", @@ -1902,7 +1902,7 @@ }, { "name" : "Vampire Freaks", - "check_uri" : "http://vampirefreaks.com/{account}", + "check_uri" : "https://vampirefreaks.com/{account}", "account_existence_code" : "200", "account_existence_string" : "Account Status", "account_missing_string" : "Page Not Found", From aba99b5fe4c6f01c5c496900cfa89f518cf7a70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:34:16 +0100 Subject: [PATCH 44/54] New domain for wanelo --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index eba898d..739e0f9 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -2003,7 +2003,7 @@ }, { "name" : "Wanelo", - "check_uri" : "https://wanelo.com/{account}", + "check_uri" : "https://wanelo.co/{account}", "account_existence_code" : "200", "account_existence_string" : "on Wanelo", "account_missing_string" : "Hmm, that's embarrassing", From aca2e8301a624dc0fa18ba3fee41604d5ac5ebbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:34:41 +0100 Subject: [PATCH 45/54] Removing voat as it doesn't offer public profiles anymore --- web_accounts_list.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 739e0f9..5affccc 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1978,18 +1978,6 @@ "category" : "social", "valid" : true }, - { - "name" : "Voat", - "check_uri" : "https://voat.co/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Profile overview for", - "account_missing_string" : "Whoops!", - "account_missing_code" : "200", - "known_accounts" : ["john","test"], - "allowed_types" : ["String","Person","WebAccount","Username"], - "category" : "social", - "valid" : true - }, { "name" : "Voices.com", "check_uri" : "https://www.voices.com/actors/{account}#bio", From fe700c741bea91183c745bf98ae24b74b7ff41d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:36:30 +0100 Subject: [PATCH 46/54] New URL for wordpress support --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 5affccc..ae36148 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -2068,9 +2068,9 @@ }, { "name" : "WordPress Support", - "check_uri" : "https://wordpress.org/support/profile/{account}", + "check_uri" : "https://wordpress.org/support/users/{account}/", "account_existence_code" : "200", - "account_existence_string" : "User Favorites: ", + "account_existence_string" : "Forum Role: ", "account_missing_string" : "User not found", "account_missing_code" : "404", "known_accounts" : ["test"], From 73add4f6e60570b47c9588c350ada348c6c9d440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:37:26 +0100 Subject: [PATCH 47/54] Fixing tik tok --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index ae36148..b43c725 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1784,8 +1784,8 @@ "check_uri" : "https://www.tiktok.com/@{account}", "account_existence_code" : "200", "account_existence_string" : "| TikTok", - "account_missing_string" : "Something is wrong on our end", - "account_missing_code" : "500", + "account_missing_string" : "Couldn't find this account", + "account_missing_code" : "200", "known_accounts" : ["jsmittyy", "maccurry"], "category" : "social", "valid" : true From 3209dbeb1471df862b3ce4ba7e15a59bb0dd8756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:38:38 +0100 Subject: [PATCH 48/54] Fixing telegram --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index b43c725..cbf29d3 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1750,7 +1750,7 @@ "name" : "Telegram", "check_uri" : "https://t.me/{account}", "account_existence_code" : "200", - "account_existence_string" : "tgme_page_photo_image", + "account_existence_string" : "tgme_page_title", "account_missing_string" : " ", "account_missing_code" : "200", "known_accounts" : ["alice","giovanni"], From 302bdc4340ebb2866c02623da7ef4b44a25a0a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:42:52 +0100 Subject: [PATCH 49/54] Fixing myanimelist --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index cbf29d3..9e4f272 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1153,7 +1153,7 @@ }, { "name" : "MyAnimeList", - "check_uri" : "https://www.myanimelist.net/profile/{account}", + "check_uri" : "https://myanimelist.net/profile/{account}", "account_existence_code" : "200", "account_existence_string" : "Profile - MyAnimeList.net", "account_missing_string" : "404 Not Found", From 2fac4734a9f72c0a2556ccc251b75c8919194f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:45:05 +0100 Subject: [PATCH 50/54] Fixing meet me --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 9e4f272..91703ff 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -1045,8 +1045,8 @@ "check_uri" : "https://www.meetme.com/{account}", "account_existence_code" : "200", "account_existence_string" : "<title>Meet people like ", - "account_missing_string" : "", - "account_missing_code" : "302", + "account_missing_string" : "<title>MeetMe - Chat and Meet New People</title", + "account_missing_code" : "200", "known_accounts" : ["john","marsha"], "category" : "dating", "valid" : true From 4a6934383b6f7d15b771e968c31efb393c905dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= <grzegon@poczta.onet.pl> Date: Tue, 3 Mar 2020 22:45:31 +0100 Subject: [PATCH 51/54] Removing inkbunny as it no longer works --- web_accounts_list.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 91703ff..834d3b3 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -860,17 +860,6 @@ "category" : "images", "valid" : false }, - { - "name" : "Inkbunny", - "check_uri" : "https://inkbunny.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Profile | Inkbunny, the Furry Art Community", - "account_missing_string" : ">in random order<", - "account_missing_code" : "200", - "known_accounts" : ["Inkbunny","test"], - "category" : "XXX PORN XXX", - "valid" : true - }, { "name" : "InsaneJournal", "check_uri" : "http://{account}.insanejournal.com/profile", From e5ddb96057bc4941eb9c96fab1080e5a36e91af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:48:31 +0100 Subject: [PATCH 52/54] Fixing fiverr --- web_accounts_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index 834d3b3..e9c8cce 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -564,8 +564,8 @@ "check_uri" : "https://www.fiverr.com/{account}", "account_existence_code" : "200", "account_existence_string" : " | Fiverr", - "account_missing_string" : "Access to This Page Has Been Blocked", - "account_missing_code" : "200", + "account_missing_string" : "", + "account_missing_code" : "302", "known_accounts" : ["test","gabarnes"], "category" : "shopping", "valid" : true From c31af7e79767183db9fe29e100389a5adcc265e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 22:49:49 +0100 Subject: [PATCH 53/54] Turning off duby.co as its SSL cert has expired --- web_accounts_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list.json b/web_accounts_list.json index e9c8cce..e8ff366 100644 --- a/web_accounts_list.json +++ b/web_accounts_list.json @@ -458,7 +458,7 @@ "account_missing_code" : "404", "known_accounts" : ["organicannabis","jonny5"], "category" : "drugs", - "valid" : true + "valid" : false }, { "name" : "e621", From a049cd9b3b3a375704479a1969b2fc8ae32603cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ol=C4=99dzki?= Date: Tue, 3 Mar 2020 19:02:57 +0100 Subject: [PATCH 54/54] Fixes #101. Don't follow redirects --- web_accounts_list_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_accounts_list_checker.py b/web_accounts_list_checker.py index 6b0e81f..d68c671 100755 --- a/web_accounts_list_checker.py +++ b/web_accounts_list_checker.py @@ -110,7 +110,7 @@ def signal_handler(*_): def web_call(location): try: # Make web request for that URL, timeout in X secs and don't verify SSL/TLS certs - resp = requests.get(location, headers=headers, timeout=60, verify=False) + resp = requests.get(location, headers=headers, timeout=60, verify=False, allow_redirects=False) except requests.exceptions.Timeout: return bcolors.RED + ' ! ERROR: CONNECTION TIME OUT. Try increasing the timeout delay.' + bcolors.ENDC except requests.exceptions.TooManyRedirects: