From cbe866d5fb3b92e649333f9adcf3caf75721ff6d Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 20 Sep 2024 09:13:07 +0000 Subject: [PATCH] =?UTF-8?q?atproto=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atproto.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/atproto.md b/atproto.md index 7e95c23..3ee2976 100644 --- a/atproto.md +++ b/atproto.md @@ -43,6 +43,12 @@ handle=yui.syui.ai curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=$handle" {"did":"did:plc:4hqjfn7m6n5hno3doamuhgef"} + +```sh +did=did:plc:4hqjfn7m6n5hno3doamuhgef +curl -sL https://plc.directory/$did | jq -r ".alsoKnownAs.[]" + +at://yui.syui.ai ``` ## login