Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

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

need coffee

phil 2e2f510b 6cf7a78d

+3 -3
+3 -3
readme.md
··· 4 4 this repo contains libraries and apps for working with cross-record references in at-protocol. 5 5 6 6 7 - App: [Constellation](./microcosm/) 7 + App: [Constellation](./constellation/) 8 8 -------------------------------------------- 9 9 10 10 A global atproto backlink index ✨ ··· 16 16 All social interactions in atproto tend to be represented by links (or references) between PDS records. This index can answer questions like "how many likes does a bsky post have", "who follows an account", "what are all the comments on a [frontpage](https://frontpage.fyi/) post", and more. 17 17 18 18 - **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet. 19 - - source: [./microcosm/](./microcosm/) 19 + - source: [./constellation/](./constellation/) 20 20 - public instance: [links.bsky.bad-example.com](https://links.bsky.bad-example.com/) 21 21 22 22 _note: the public instance currently runs on a little raspberry pi in my house, feel free to use it! it comes with only with best-effort uptime, no commitment to not breaking the api for now, and possible rate-limiting. if you want to be nice you can put your project name and bsky username (or email) in your user-agent header for api requests._ ··· 27 27 28 28 A notification subscription service 💫 29 29 30 - using the same "link source" concept as [constellation](./microcosm), offer webhook notifications for new references created to records 30 + using the same "link source" concept as [constellation](./constellation/), offer webhook notifications for new references created to records 31 31 32 32 - **status**: in design 33 33