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.
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
python3 reddit.py
- GeeksforGeeks
- PyPI