Skip to content

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.

Notifications You must be signed in to change notification settings

Cr0mb/Reddit-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages