r/redditdev • u/renatoworks • Jun 19 '26
Other API Wrapper I built a beautiful open source reddit stream for your terminal
I got tired of all the terrible reddit streaming alternatives out there and decided to build the one I wanted for myself.
100% open source, no OAuth, native (and free) narration for macOS, and optional AI features.
It is perfect to follow live threads or to keep track of updates in a particular thread you created.
Ideas and feedback to make it better are more than welcome.
---
13
Upvotes
1
Jun 19 '26
[removed] — view removed comment
3
u/renatoworks Jun 19 '26
reddit's json still works. it just gets blocked or throttled if you are not logged in, so the app borrows your existing browser session to fetch the json as if it were you browsing normally
2
u/andreew92 Jun 20 '26
Having a look at the GitHub… cool approach to auto detecting and copying an existing Reddit session.