Skip to content

Instantly share code, notes, and snippets.

import praw, os, time
reddit = praw.Reddit(client_id='*',
client_secret='*',
user_agent='WallStResearch-Bot by u/sutterismine',
username='WallStResearch-Bot',
password='*') #
if not os.path.isfile("posts_replied_to.txt"):
posts_replied_to = []
else:
with open("posts_replied_to.txt", "r") as f: