Reddit Scraper is a Python script that fetches and displays the latest posts from a specified subreddit using the Reddit API.
Fetches posts based on the subreddit and number of posts specified by the user
Displays post details including title, author, score, creation time, and permalink
Supports clear screen functionality for better user experience
- Python 3.x
- Colorama
- Pyfiglet
- Requests
-
Download scraper.py
-
Install the required libraries
pip install requirements.txt
-
Run Script
-
Enter the subreddit name when prompted
-
Enter the number of posts to fetch