An implementation of the ATProto statusphere example app but in Go

update readme again

Changed files
+4 -1
+4 -1
readme.md
··· 4 4 5 5 It makes use of an ATProto OAuth [library](https://github.com/haileyok/atproto-oauth-golang). Shout out to [Hailey](https://bsky.app/profile/hailey.at) for implementing a Go OAuth library! 6 6 7 - TLDR of what this app does if you haven't read the [ATProto application Statusphere](https://atproto.com/guides/applications) guide. 7 + ### What is the Statusphere app? 8 + If you haven't read the [ATProto application Statusphere](https://atproto.com/guides/applications) guide about what this is, here is a quick summary. 8 9 9 10 1: Allows you to log into Bluesky using OAuth. 11 + 10 12 2: Allows you to post a status (an emoji) which creates a record in your PDS. 13 + 11 14 3: Shows other users status' when they do the same, even if they are using a different app that this. As long as they are using the statusphere lexicon and NSID then this application will consume those records using Jetstream (firehose) and store them in the local database. 12 15 13 16 ### Running the app