ai/at
1
0

rm atproto

This commit is contained in:
2026-02-19 16:43:48 +09:00
parent b5b28d03ab
commit 974e6851a3

View File

@@ -1,22 +1,14 @@
# at # at
- https://github.com/bluesky-social/atproto
- https://github.com/bluesky-social/social-app - https://github.com/bluesky-social/social-app
|name|type|example| |name|type|example|
|---|---|---| |---|---|---|
|at|uri|at://example.com| |at|uri|at://example.com|
|@|user|@example.com| |@|user|@example.com|
|[at]proto|repo|`git@github.com:bluesky-social/atproto`|
|[at]mosphere|system|pds, bsky(appview), ozone, bgs, plc| |[at]mosphere|system|pds, bsky(appview), ozone, bgs, plc|
|[a]uthenticated [t]ransfer|protocol|[did](https://www.w3.org/TR/did-core/)| |[a]uthenticated [t]ransfer|protocol|[did](https://www.w3.org/TR/did-core/)|
- https://atproto.com/guides/glossary
## selfhost
- https://github.com/bluesky-social/atproto/discussions/2026
## account ## account
- [ai@syu.is](https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie) - [ai@syu.is](https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie)
@@ -26,19 +18,6 @@
```sh ```sh
$ curl -sL syu.is/xrpc/_health $ curl -sL syu.is/xrpc/_health
# latest
# https://github.com/bluesky-social/atproto/blob/main/packages/pds/package.json
$ curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/packages/pds/package.json |jq -r .version
```
```sh
$ handle=ai.syui.ai
$ curl -sL "syu.is/xrpc/com.atproto.repo.describeRepo?repo=${handle}" |jq -r .did
did:plc:6qyecktefllvenje24fcxnie
$ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=app.bsky.feed.post&reverse=true&limit=1"
{"records":[{"uri":"at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.feed.post/3l6s2riuouk2j","cid":"bafyreibjohl7va4upkibw5twaxdd4jg3l6rmfatu4dpjjfd5xkb2ijtlx4","value":{"text":"hello","$type":"app.bsky.feed.post","langs":["ja"],"createdAt":"2024-10-18T13:21:39.809Z"}}],"cursor":"3l6s2riuouk2j"}
``` ```
## feed ## feed