Skip to content

A terminal-based Reddit live thread viewer with real-time comment streaming. Follow live sports discussions, match threads, and game threads from multiple subreddits in a clean, interactive console interface. Supports r/soccer, r/nfl, and r/FantasyPL with smart thread discovery and filtering.

License

Notifications You must be signed in to change notification settings

fenneh/reddit-stream-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-stream-console

build release Go license

Terminal-based Reddit comment streamer built with Go and tview. Like reddit-stream.com, but in your terminal.

Screenshot

Download

Grab the latest binary for your platform from Releases.

No Reddit API credentials required.

Features

  • Real-time comment streaming with auto-refresh
  • Live comment filtering
  • Threaded comment display
  • Keyboard-driven interface

Building from Source

cd go
go build -o bin/reddit-stream-console ./cmd/reddit-stream-console
./bin/reddit-stream-console

Controls

Key Action
j/k or ↑/↓ Navigate
Enter Select
/ Filter comments
r Refresh comments
Esc Go back
q Quit

Configuration

The app works out of the box with sensible defaults (soccer, NFL, and FantasyPL match threads). To customize the menu, create a config/menu_config.json file.

Config file search order:

  1. ~/.reddit-stream-console/config/menu_config.json (home directory)
  2. Next to the executable
  3. One directory above the executable
  4. Two directories above the executable

If no config file is found, built-in defaults are used.

See config/menu_config.json for an example configuration.

License

MIT

About

A terminal-based Reddit live thread viewer with real-time comment streaming. Follow live sports discussions, match threads, and game threads from multiple subreddits in a clean, interactive console interface. Supports r/soccer, r/nfl, and r/FantasyPL with smart thread discovery and filtering.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages