Results 1 comments of jdxgfty

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'], client_secret=credentials['client_secret'], user_agent=credentials['user_agent']) ``` to this: ```python r...