π¦ ClawHub
Reddit Cli
by @kelsia14
Reddit CLI using cookies for authentication. Read posts, search, and get subreddit info.
TERMINAL
clawhub install reddit-cliπ About This Skill
name: reddit-cli version: 1.0.2 description: Reddit CLI using cookies for authentication. Read posts, search, and get subreddit info. author: kelsia14
Reddit CLI
Read Reddit using your session cookies. No API key needed.
Quick start
reddit-cli posts programming 10 # Get 10 hot posts
reddit-cli posts gaming 5 top # Get top 5 posts
reddit-cli search "python tutorial" # Search all Reddit
reddit-cli search "help" --sub linux # Search in subreddit
reddit-cli info AskReddit # Subreddit info
reddit-cli check # Test connection
Commands
Get posts from subreddit
reddit-cli posts [limit] [sort]
Search Reddit
reddit-cli search [--sub ] [limit]
Get subreddit info
reddit-cli info
Check connection
reddit-cli check
Environment
Set these in ~/.bashrc:
export REDDIT_SESSION="your_reddit_session_cookie"
export TOKEN_V2="your_token_v2_cookie" # optional
Getting cookies
1. Go to reddit.com (logged in)
2. DevTools (F12) β Application β Cookies β reddit.com
3. Copy reddit_session value
4. Optionally copy token_v2 value
Notes
π‘ Examples
reddit-cli posts programming 10 # Get 10 hot posts
reddit-cli posts gaming 5 top # Get top 5 posts
reddit-cli search "python tutorial" # Search all Reddit
reddit-cli search "help" --sub linux # Search in subreddit
reddit-cli info AskReddit # Subreddit info
reddit-cli check # Test connection