https://zeitgeist.blue is a multi-social-network app that summarizes your feed for the last 24 hours to let you catch up with doomscrolling. Now with support for Mastodon!
Zeitgeist

Summarize your Bluesky, Twitter, or Mastodon feed

@seldo how can I make sure my posts are never used by this app to be sent to an LLM vendor?
@janl You would need to block me from following you, I suppose.

@seldo you personally or some app account?

(Note that this kind of stuff is not well liked here on mastodon, I got browbeaten into shutting down just a search engine that worked that way, let alone exfiltrate a timeline into an LLM provider)

@janl Me personally, and also anyone who uses the app. It's just a mastodon client, fetching the timeline. It looks like every other mastodon client.
@seldo yes I know. I’ve written about my experiences extensively: https://searchtodon.social/Adventures-in-Mastoland.html
@seldo Great, what's the user-agent so us admins can start really blocking it? @janl

@aurynn @seldo @janl The code is at https://github.com/seldo/zeitgeist.

It does not set a user agent when doing a `fetch()` so it'll just be the default that node has which is probably `node-fetch`.

GitHub - seldo/zeitgeist: A tiny webapp to summarize your social media feed so you don't have to read it all.

A tiny webapp to summarize your social media feed so you don't have to read it all. - seldo/zeitgeist

GitHub