A compact Python script (<100 lines) that lets you view top Reddit posts right from your terminal.
- Fetches top posts from any subreddit (default:
r/all) - Supports different timeframes — hour, day, week, month, year, all
- Opens selected posts directly in your browser
- No Reddit API key or login required
- Clone this repository
git clone https://github.com/<your-username>/reddit-top-viewer.git cd reddit-top-viewer
pip install -r requirements.txt
python ./reddit_top_viewer.py