Post #3092521
2026-06-03 21:33 UTC
@rizzi Where does Reeder (Classic, if it matters) store app data? I'm trying to hack something together if I can with AI tools to watch for starred posts on my Mac.
Replies (1)
-
@stefan@gloria.social 2026-06-03 21:53
@ehler@musician.social Reeder Classic (=Reeder 5) keeps everything in a Realm DB at: ~/Library/Containers/com.reederapp.5.macOS/Data/Library/Application Support/default.realm It's Realm Core v9 — only the realm npm package pinned to 10.24.0 will open it. Then filter Item where starred == 1, sort by starredDate. Copy the file before reading (live lock).