import praw print('Go to https://praw.readthedocs.io/en/stable/getting_started/authentication.html for authentication instructions') def get_agent(): reddit = praw.Reddit( client_id="", client_secret="", user_agent="", ) return reddit