siggibiggi

Results 1 comments of siggibiggi

> I managed to get it working by providing an username and password to PRAW. > > In archiver.py, change this line: > > ```python > r = praw.Reddit(client_id=credentials['client_id'], >...