nagracks/reddit_get_top_images

Failed to run

McCossum opened this issue · 0 comments

Am I supposed to insert a 'limit' or 'period' for this to work? I did change the user_agent to my own user. Thank you for any assistance.

C:\Users\USER\Downloads\reddit_get_top_images-master\reddit_get_top_images-master>python get_top_images.py -s materialdesign -p w Traceback (most recent call last): File "get_top_images.py", line 304, in <module> subreddit, args['limit'], args['period'] File "get_top_images.py", line 48, in get_top_submissions r = praw.Reddit(user_agent='McCossum') File "C:\Users\USER\Anaconda3\lib\site-packages\praw\reddit.py", line 150, in __init__ raise ClientException(required_message.format(attribute)) praw.exceptions.ClientException: Required configuration setting 'client_id' missing. This setting can be provided in a praw.ini file, as a keyword argument to the Reddit class constructor, or as an environment variable.