Skip to content

Commit

Permalink
add Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Nov 20, 2024
1 parent 87ded49 commit 2d7cb40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"}"

0 comments on commit 2d7cb40

Please sign in to comment.