def __init__(self, stream=True): self.auth = helpers.reddit_auth() self.api = praw.Reddit(**self.auth) self.stream = stream