From 4018674ff0fff3c53cfcbf50a75ce1bf5aa32494 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:33:01 +0200 Subject: [PATCH 1/4] Fix --- wmn-data.json | 163 ++++++++++++++++++++++++++++---------------------- 1 file changed, 92 insertions(+), 71 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 7aa98885..25bf30a5 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -631,13 +631,18 @@ }, { "name" : "Bitchute", - "uri_check" : "https://www.bitchute.com/channel/{account}/", + "uri_check" : "https://api.bitchute.com/api/beta/channel", + "uri_pretty" : "https://www.bitchute.com/channel/{account}/", + "post_body" : "{\"channel_id\":\"{account}\"}", "e_code" : 200, - "e_string" : "subscribers", - "m_string" : "404 - Page not found", + "e_string" : "channel_id", + "m_string" : "errors", "m_code" : 404, "known" : ["simon_parkes", "americafloats", "daindor"], - "cat" : "political" + "cat" : "political", + "headers" : { + "Content-Type": "application/json" + } }, { "name" : "Blogger", @@ -795,14 +800,19 @@ "cat" : "social" }, { - "name" : "buymeacoffee", - "uri_check" : "https://www.buymeacoffee.com/{account}", + "name" : "Buy Me a Coffee", + "uri_check" : "https://app.buymeacoffee.com/api/v1/check_availability", + "uri_pretty" : "https://www.buymeacoffee.com/{account}", + "post_body" : "{\"project_slug\":\"{account}\"}", "e_code" : 200, - "e_string" : " - Buymeacoffee", - "m_string" : ">- Buymeacoffee", - "m_code" : 404, + "e_string" : "\"available\":false", + "m_string" : "\"available\":true", + "m_code" : 200, "known" : ["freebird", "robinwong"], - "cat" : "finance" + "cat" : "finance", + "headers" : { + "Content-Type": "application/json" + } }, { "name" : "BuzzFeed", @@ -1023,8 +1033,8 @@ "name" : "Clubhouse", "uri_check" : "https://www.clubhouse.com/@{account}", "e_code" : 200, - "e_string" : "- Clubhouse", - "m_string" : "t find what you were looking for", + "e_string" : "\"user\":", + "m_string" : "404", "m_code" : 404, "known" : ["kirbyplessas", "rohan"], "cat" : "social" @@ -2174,14 +2184,14 @@ "protection": ["other"] }, { - "name" : "gitea", - "uri_check" : "https://gitea.com/{account}", - "e_code" : 200, - "e_string" : "(Git with a cup of tea)", - "m_string" : "Not found.", - "m_code" : 404, - "known" : ["xin", "dev"], - "cat" : "coding" + "name": "Gitea", + "uri_check": "https://gitea.com/{account}", + "e_code": 200, + "e_string": "class=\"page-content user profile\"", + "m_string": "class=\"status-page-error\"", + "m_code": 404, + "known": ["xin", "dev"], + "cat": "coding" }, { "name" : "giters", @@ -2217,14 +2227,19 @@ "cat" : "coding" }, { - "name" : "gitee", - "uri_check" : "https://gitee.com/{account}", - "e_code" : 200, - "e_string" : "Commits, issues, and pull requests will appear", - "m_string" : "Gitee is more than a development platform", - "m_code" : 404, - "known" : ["maxim"], - "cat" : "coding" + "name": "Gitee", + "uri_check" : "https://gitee.com/check", + "uri_pretty": "https://gitee.com/{account}", + "post_body": "do=user_username&val={account}", + "e_code": 200, + "e_string": "地址已存在", + "m_string": "1", + "m_code": 200, + "known": ["maxim"], + "cat": "coding", + "headers" : { + "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8" + } }, { "name" : "gloria.tv", @@ -2247,14 +2262,14 @@ "cat" : "coding" }, { - "name" : "GOG", - "uri_check" : "https://www.gog.com/u/{account}", - "e_code" : 200, - "e_string" : "window.profilesData.profileUser", - "m_code" : 302, - "m_string": "error404__img", - "known" : ["user", "Admin"], - "cat" : "gaming" + "name": "GOG", + "uri_check": "https://www.gog.com/u/{account}", + "e_code": 200, + "e_string": "window.profilesData.profileUser", + "m_code": 302, + "m_string": "href=\"http://www.gog.com/404\"", + "known": ["user", "Admin"], + "cat": "gaming" }, { "name" : "Goodgame_Russia", @@ -3044,14 +3059,14 @@ "cat" : "coding" }, { - "name" : "Keybase", - "uri_check" : "https://keybase.io/{account}", - "e_code" : 200, - "e_string" : "username", - "m_string" : "sorry, not found", - "m_code" : 404, - "known" : ["test", "mubix"], - "cat" : "social" + "name": "Keybase", + "uri_check": "https://keybase.io/{account}", + "e_code": 200, + "e_string": "class=\"profile-heading\"", + "m_string": "

Oy!

", + "m_code": 404, + "known": ["test", "mubix"], + "cat": "social" }, { "name" : "Kickstarter", @@ -5418,14 +5433,19 @@ "cat" : "gaming" }, { - "name" : "steemit", - "uri_check" : "https://steemit.com/@{account}", - "e_code" : 200, - "e_string" : "blog", - "m_string" : "Page Not Found - Steemit", - "m_code" : 301, - "known" : ["petlover", "zalat"], - "cat" : "social" + "name": "Steemit", + "uri_check" : "https://signup.steemit.com/api/check_username", + "uri_pretty": "https://steemit.com/@{account}", + "post_body" : "{\"username\":\"{account}\"}", + "e_code": 200, + "e_string": "\"error\":", + "m_string": "\"success\":true", + "m_code": 200, + "known": ["petlover", "zalat"], + "cat": "social", + "headers" : { + "Content-Type": "application/json" + } }, { "name" : "steller", @@ -5470,25 +5490,26 @@ "cat" : "finance" }, { - "name" : "StreamLabs", - "uri_check" : "https://streamlabs.com/api/v6/user/{account}", - "uri_pretty" : "https://streamlabs.com/{account}/tip", - "e_code" : 200, - "e_string" : "display_name", - "m_code" : 401, - "m_string" : "UNAUTHORIZED", - "known" : ["veibae", "cutie_cori"], - "cat" : "finance" - }, - { - "name" : "Stripchat", - "uri_check" : "https://stripchat.com/{account}", - "e_code" : 200, - "e_string" : "I Do in My Shows:", - "m_string" : "Oops. The page you were looking for doesn't exist", - "m_code" : 404, - "known" : ["DulcieRichard", "Katie-Mili"], - "cat" : "xx NSFW xx" + "name": "StreamLabs", + "uri_check": "https://streamlabs.com/api/v6/user/{account}", + "uri_pretty": "https://streamlabs.com/{account}/tip", + "e_code": 200, + "e_string": "\"id\":", + "m_code": 401, + "m_string": "Unauthorized", + "known": ["veibae", "cutie_cori"], + "cat": "finance" + }, + { + "name": "Stripchat", + "uri_check" : "https://stripchat.com/api/front/users/checkUsername?username={account}", + "uri_pretty": "https://stripchat.com/{account}", + "e_code": 400, + "e_string": "\"error\":", + "m_string": "[]", + "m_code": 200, + "known": ["DulcieRichard", "Katie-Mili"], + "cat": "xx NSFW xx" }, { "name" : "Subscribestar", From 2787c306d07bf1d3867ea6226d81ff876c86369a Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:58:01 +0200 Subject: [PATCH 2/4] Fix 1 --- wmn-data.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 25bf30a5..d009865f 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -802,7 +802,7 @@ { "name" : "Buy Me a Coffee", "uri_check" : "https://app.buymeacoffee.com/api/v1/check_availability", - "uri_pretty" : "https://www.buymeacoffee.com/{account}", + "uri_pretty" : "https://buymeacoffee.com/{account}", "post_body" : "{\"project_slug\":\"{account}\"}", "e_code" : 200, "e_string" : "\"available\":false", @@ -2262,14 +2262,14 @@ "cat" : "coding" }, { - "name": "GOG", - "uri_check": "https://www.gog.com/u/{account}", - "e_code": 200, - "e_string": "window.profilesData.profileUser", - "m_code": 302, - "m_string": "href=\"http://www.gog.com/404\"", - "known": ["user", "Admin"], - "cat": "gaming" + "name" : "GOG", + "uri_check" : "https://www.gog.com/u/{account}", + "e_code" : 200, + "e_string" : "window.profilesData.profileUser", + "m_code" : 302, + "m_string" : "href=\"http://www.gog.com/404\"", + "known" : ["user", "Admin"], + "cat" : "gaming" }, { "name" : "Goodgame_Russia", @@ -3059,14 +3059,14 @@ "cat" : "coding" }, { - "name": "Keybase", - "uri_check": "https://keybase.io/{account}", - "e_code": 200, - "e_string": "class=\"profile-heading\"", - "m_string": "

Oy!

", - "m_code": 404, - "known": ["test", "mubix"], - "cat": "social" + "name" : "Keybase", + "uri_check" : "https://keybase.io/{account}", + "e_code" : 200, + "e_string" : "class=\"profile-heading\"", + "m_string" : "

Oy!

", + "m_code" : 404, + "known" : ["test", "mubix"], + "cat" : "social" }, { "name" : "Kickstarter", From 3ce4c419d810d76d83e117aa0020cbbe1b059e86 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:53:39 +0200 Subject: [PATCH 3/4] Fix 2 --- wmn-data.json | 63 ++++++++------------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index d009865f..5c204bdb 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -163,16 +163,6 @@ "known" : ["crypto", "crypto1"], "cat" : "finance" }, - { - "name" : "aflam", - "uri_check" : "https://www.aflam4you.net/profile.html?u={account}", - "e_code" : 200, - "e_string" : ") on بث حي و مباشر", - "m_string" : "Plz Visit", - "m_code" : 302, - "known" : ["ahmed", "brahim01"], - "cat" : "misc" - }, { "name" : "Airline_Pilot_Life", "uri_check" : "https://airlinepilot.life/u/{account}.json", @@ -225,16 +215,6 @@ "known" : ["igor", "pavel"], "cat" : "social" }, - { - "name" : "allesovercrypto", - "uri_check" : "https://allesovercrypto.nl/user/{account}", - "e_code" : 200, - "e_string" : "Favoriete coins", - "m_string" : "De opgevraagde pagina kon niet gevonden worden.", - "m_code" : 200, - "known" : ["gijsv", "patrick-suiker"], - "cat" : "finance" - }, { "name" : "allmylinks", "uri_check" : "https://allmylinks.com/{account}", @@ -635,8 +615,8 @@ "uri_pretty" : "https://www.bitchute.com/channel/{account}/", "post_body" : "{\"channel_id\":\"{account}\"}", "e_code" : 200, - "e_string" : "channel_id", - "m_string" : "errors", + "e_string" : "\"channel_id\":", + "m_string" : "\"errors\":", "m_code" : 404, "known" : ["simon_parkes", "americafloats", "daindor"], "cat" : "political", @@ -2228,18 +2208,13 @@ }, { "name": "Gitee", - "uri_check" : "https://gitee.com/check", - "uri_pretty": "https://gitee.com/{account}", - "post_body": "do=user_username&val={account}", + "uri_check": "https://gitee.com/{account}", "e_code": 200, - "e_string": "地址已存在", - "m_string": "1", - "m_code": 200, - "known": ["maxim"], - "cat": "coding", - "headers" : { - "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8" - } + "e_string": "class=\"ui container user_page\"", + "m_string": "class=\"container error midCenter\"", + "m_code": 404, + "known": ["maxim", "fupengfei"], + "cat": "coding" }, { "name" : "gloria.tv", @@ -3220,16 +3195,6 @@ "known" : ["mohammed01", "mohammed03"], "cat" : "gaming" }, - { - "name" : "likeevideo", - "uri_check" : "https://likee.video/@{account}", - "e_code" : 200, - "e_string" : "https://img.like.video/", - "m_string" : " ", - "m_code" : 404, - "known" : ["owlthorns", "Severkosh"], - "cat" : "social" - }, { "name" : "LINE", "uri_check" : "https://line.me/R/ti/p/@{account}?from=page", @@ -4028,16 +3993,6 @@ "known" : ["notabug", "hp", "zPlus"], "cat" : "coding" }, - { - "name" : "Noplace", - "uri_check" : "https://api.nospace.app/api/v1/profiles/username/availability?username={account}", - "e_code" : 409, - "e_string" : "Username is already taken", - "m_code" : 204, - "m_string": "", - "known" : ["user", "janett"], - "cat" : "social" - }, { "name" : "Note", "uri_check" : "https://note.com/{account}", @@ -5496,7 +5451,7 @@ "e_code": 200, "e_string": "\"id\":", "m_code": 401, - "m_string": "Unauthorized", + "m_string": "Unauthorized", "known": ["veibae", "cutie_cori"], "cat": "finance" }, From 59cdaf3a5d0a254ab2504884de05ce34de1c82c1 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:38:05 +0200 Subject: [PATCH 4/4] Fix 3 --- wmn-data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/wmn-data.json b/wmn-data.json index 5c204bdb..9f6e3618 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -790,6 +790,7 @@ "m_code" : 200, "known" : ["freebird", "robinwong"], "cat" : "finance", + "protection" : ["cloudflare"], "headers" : { "Content-Type": "application/json" }