Skip to content

Instantly share code, notes, and snippets.

View chapterthreee's full-sized avatar

chapterthreee

View GitHub Profile
@chapterthreee
chapterthreee / reddit_full_capture.py
Created August 24, 2026 01:07
Read-only Reddit thread capture utility
import json
import os
import sys
import getpass
from datetime import datetime, timezone
import praw
from praw.models import MoreComments