Skip to content

muzanxdem/reddit-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Summary

Scrape a reddit comments via URL. Scrape Reddit using Python, here we will be using python’s PRAW (Python Reddit API Wrapper) module to scrape the data.

Installation

pip3 install praw

To install the latest development version of PRAW run the following instead:

pip install --upgrade https://github.com/praw-dev/praw/archive/master.zip

Usage

python3 reddit.py

Reference

  • GeeksforGeeks
  • PyPI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages