project_reddit

Reddit Project (Simple)

Two folders: scripts/ and data/ (with raw/ processed/ reports/). One command appends everything into a single flat file with posts + comments.

Run

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

cp .env.example .env  # add your keys
python scripts/scrape_and_append.py --subs chile RepublicadeChile --limit 100

Outputs: