Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 435 Bytes

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