I've got an initial version of a utility program that gets Bluesky posts and posts them into rss.chat.
The thought behind it is that if there is an important news account that you want to see in the chat and have discussions about this is a simple bridge to bring that to the feed. (Like a breaking news account on Election Day or the Wario64 video game deals feed).
It is using the /localnewuser? endpoint which is very new (as of the last week). I'm not ๐ฏ on using it, so I wanted to ask what the plans are for that endpoint before posting something that uses it on GitHub.
Thoughts?
Over the weekend, I sat down with my old buddy Claude and made a new backend for rss.chat written with Go.
The big differences are that it splits the database into more task relevant pieces, and ports it to sqlite rather than mysql. (its just a file!).
With this new foundation I'm able to do some hacking on pieces that I'm interested in, like websockets (I'm super impressed with Bluesky's ATProtocol "Jetstream" service), and getting a native phone interface up and running.
The code is available at https://github.com/roberte3/rss.chat.go.