this string has no description
bsky.actor.status.sh
22 lines 1.5 kB view raw
1curl 'https://selfhosted.social/xrpc/com.atproto.repo.putRecord' \ 2 -X POST \ 3 -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0' \ 4 -H 'Accept: */*' \ 5 -H 'Accept-Language: en-US,en;q=0.5' \ 6 -H 'Accept-Encoding: gzip, deflate, br, zstd' \ 7 -H 'atproto-accept-labelers: bleh' \ 8 -H 'atproto-proxy: did:web:api.bsky.app#bsky_appview' \ 9 -H 'content-type: application/json' \ 10 -H 'authorization: Bearer eyYourJWT' \ 11 -H 'Origin: https://bsky.app' \ 12 -H 'Sec-GPC: 1' \ 13 -H 'Connection: keep-alive' \ 14 -H 'Referer: https://bsky.app/' \ 15 -H 'Sec-Fetch-Dest: empty' \ 16 -H 'Sec-Fetch-Mode: cors' \ 17 -H 'Sec-Fetch-Site: cross-site' \ 18 -H 'Priority: u=4' \ 19 -H 'Pragma: no-cache' \ 20 -H 'Cache-Control: no-cache' \ 21 -H 'TE: trailers' \ 22 --data-raw '{"repo":"did:plc:k644h4rq5bjfzcetgsa6tuby","collection":"app.bsky.actor.status","rkey":"self","record":{"$type":"app.bsky.actor.status","createdAt":"2026-01-15T22:57:34.391Z","status":"app.bsky.actor.status#live","durationMinutes":60,"embed":{"$type":"app.bsky.embed.external","external":{"$type":"app.bsky.embed.external#external","title":"Twitch.tv | About","description":"Our mission is to create belonging by enabling streamers to build community.","uri":"https://twitch.tv/p/en/about","thumb":{"$type":"blob","ref":{"$link":"bafkreifly6axrdlxl6ljlk4cxni45ortrtpsuaiolz7fmkyfkeqsxoootm"},"mimeType":"image/jpeg","size":294457}}}},"swapRecord":null}'