Building a Bluesky AI Sentiment Analysis Dashboard
Briefly

I’m finding myself more and more enjoying Bluesky. I do more posting on Mastodon, but Bluesky reminds me a lot more of early Twitter.
I discovered that their Search API does not require a key and supports CORS, which means a simple client-side application could make use of it.
At a high level, the app lets you enter a keyword to check, get recent posts for that keyword, analyze the sentiment of the text, and return an average.
The first thing I did was play a bit with the Search API. It contains multiple different arguments but at minimum, requires a search query.
Read at Raymondcamden
[
|
]