Resources on Reddit data for research.
You will need to install PRAW.
Click the button to open an editable version of the Reddit scraping demo. This may take a minute to start. You won't be able to run this without generating your own Reddit API keys. We recommend creating a separate Reddit account for API keys.
This notebook outlines exploration of Reddit data, tidying, basic graph plotting and wordcloud generation.
- Python 3.8+
- PRAW (Python Reddit API Wrapper)
- Jupyter / JupyterLab for notebooks
- Install dependencies via requirements.txt or environment.yml
- Create a virtual environment:
- python3 -m venv .venv
- source .venv/bin/activate
- Install dependencies:
- pip install -r requirements.txt or
- conda env create -f environment.yml
- Open notebooks:
- jupyter lab
- or use the Binder links above (you must provide Reddit API keys).