From 2d7cb402bc0ddc4f8a965c5860707986501b80f6 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Wed, 20 Nov 2024 04:01:31 +0000 Subject: [PATCH] add Bluesky --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index ae14080..fa3cb66 100644 --- a/config.yaml +++ b/config.yaml @@ -212,3 +212,9 @@ websites: url_probe: "" errorType: "status code" errorCode: 404 + + - name: "Bluesky" + base_url: "https://bsky.app/profile/{}.bsky.social" + url_probe: "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={}.bsky.social" + errorType: "errorMsg" + errorMsg: "{\"error\":\"InvalidRequest\",\"message\":\"Profile not found\"}"