From 64cca25b12d0370230112ababb1abdf227fc4956 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:32:45 +0000 Subject: [PATCH] fix(virgool): use existing POST support from main to enable virgool.io via user-existence API Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e4d95115-25eb-44aa-b144-14d4bdc905c6 --- maigret/resources/data.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 3cc72e2..61f8724 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -13645,18 +13645,31 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "Virgool": { - "disabled": true, "tags": [ "blog", "ir" ], - "checkType": "status_code", - "absenceStrs": [ - "\u06f4\u06f0\u06f4" + "checkType": "message", + "presenseStrs": [ + "\"user_exist\":true", + "\"user_exist\": true" ], + "absenceStrs": [ + "\u06a9\u0627\u0631\u0628\u0631\u06cc \u0628\u0627 \u0627\u06cc\u0646 \u0645\u0634\u062e\u0635\u0627\u062a \u06cc\u0627\u0641\u062a \u0646\u0634\u062f" + ], + "headers": { + "Content-Type": "application/json" + }, "alexaRank": 31518, "urlMain": "https://virgool.io/", "url": "https://virgool.io/@{username}", + "urlProbe": "https://virgool.io/api/v1.4/auth/user-existence", + "requestMethod": "POST", + "requestPayload": { + "username": "{username}", + "type": "login", + "method": "username" + }, "usernameClaimed": "blue", "usernameUnclaimed": "noonewouldeverusethis7" }, @@ -36312,4 +36325,4 @@ "lemmy", "pixelfed" ] -} \ No newline at end of file +}