Reddit CLI Tool
Overview
This CLI tool allows you to browse Reddit posts by subreddit and filter type directly from your terminal. You can also view details of a post, including the top 10 comments.
Features
Browse posts from any subreddit.
Filter posts by hot, new, top, or rising.
View post details and the top 10 comments.
Installation
git clone https://github.com/RATACIA/reddit-cli.git
cd reddit-cli
pip install -r requirements.txt
Run the follwing command
./reddit_cli.py programming --filter="new"
python reddit_cli.py interest --filter="filter"