From 4c22361bd7171d039a03d08ffa4190fd10f97603 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 17 Aug 2024 13:10:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atproto.md b/atproto.md index ebc6954..7a52ab4 100644 --- a/atproto.md +++ b/atproto.md @@ -93,7 +93,7 @@ $ cat ~/.config/ai/token.toml|dasel -r toml host > feed = at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.generator/cmd ```sh -// https://docs.bsky.app/docs/api/app-bsky-feed-get-feed +# https://docs.bsky.app/docs/api/app-bsky-feed-get-feed token=`cat ~/.config/ai/token.json|jq -r .accessJwt` url=at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.generator/cmd curl -sL "https://public.api.bsky.app/xrpc/app.bsky.feed.getFeed?feed=$url" -H "Authorization: Bearer $token"