Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 388 Bytes

File metadata and controls

16 lines (12 loc) · 388 Bytes

RFD Thread Scraper

Scrapes RedFlagDeals forum threads to JSON, including posts, quotes, timestamps, and usernames.

Quick Start

# Setup
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt
playwright install chromium

# Run
python scraper.py https://forums.redflagdeals.com/example-thread-12345/ -o output.json