creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet
at main 551 B view raw
1{ 2 "client_id": "http://localhost:3000", 3 "client_name": "bsky voice memos", 4 "client_uri": "http://localhost:3000", 5 "logo_uri": "http://localhost:3000/favicon.png", 6 "redirect_uris": ["http://127.0.0.1:3000/"], 7 "scope": "atproto repo:app.bsky.feed.post?action=create rpc:com.atproto.repo.uploadBlob?aud=* blob:video/*", 8 "grant_types": ["authorization_code", "refresh_token"], 9 "response_types": ["code"], 10 "token_endpoint_auth_method": "none", 11 "application_type": "web", 12 "subject_type": "public", 13 "dpop_bound_access_tokens": true 14}