/Reddit-Scraper

A Python script to scrape and display Reddit posts from a specified subreddit. Utilizes the Reddit API to fetch the latest posts, displaying their titles, authors, scores, and creation times.

Primary LanguagePython

Reddit Scraper

Reddit Scraper is a Python script that fetches and displays the latest posts from a specified subreddit using the Reddit API.

Features

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

Requirements

  • Python 3.x
  • Colorama
  • Pyfiglet
  • Requests

How to Use

  1. Download scraper.py

  2. Install the required libraries

pip install requirements.txt
  1. Run Script

  2. Enter the subreddit name when prompted

  3. Enter the number of posts to fetch

image

image