this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

slinky readme

+19
+19
cmd/slinky/README.md
··· 1 + 2 + slinky: AT Network Sync Demo 3 + ============================ 4 + 5 + This is a proof-of-concept tool showing how to dump data from the AT network. 6 + 7 + It uses the relay's listReposByCollection endpoing to enumerate which accounts 8 + are relevant to a given collection (record type), then resolves account PDS 9 + instances and fetches the relevant data. 10 + 11 + Eg: 12 + 13 + ``` 14 + go build ./cmd/slinky 15 + 16 + ./slinky dump-record com.atproto.lexicon.schema 17 + 18 + ./slinky dump-record app.bsky.feed.post 19 + ```