Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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
t Cycle theme (saved to app_config.json)
h / v Split view (horizontal / vertical)
Tab Switch active pane (split mode)
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.

Themes

Set theme in config/app_config.json to one of the bundled palettes:

{
    "debug_logging": false,
    "theme": "catppuccin-mocha"
}

Available themes:

  • default (warm cream / sage / teal)
  • catppuccin-mocha, catppuccin-macchiato, catppuccin-frappe, catppuccin-latte
  • dracula
  • nord
  • gruvbox-dark
  • tokyo-night

An empty or unknown name falls back to default.

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages