zackmawaldi / YouTube-shorts-generator

Automatically download Reddit videos, edit them, and upload them to YouTube.
MIT License
323 stars 62 forks source link

Traceback (most recent call last): #12

Closed underscorelunar closed 2 years ago

underscorelunar commented 2 years ago

gettinth this error File "C:\Users\evand\Desktop\YouTube-shorts-generator-main\YouTube-shorts-generator-main\main.py", line 19, in vid_list = rs.reddit_scraper(subreddit) File "C:\Users\evand\Desktop\YouTube-shorts-generator-main\YouTube-shorts-generator-main\reddit_scraper.py", line 18, in reddit_scraper red = praw.Reddit(client_id=config.reddit_login['**'], KeyError: '***' 21d0d67207267d9f11327ffe685de4a2 (1)

matoqwerty commented 2 years ago

All login informations nees to be completed inside config.py

Import config Password=config.reddit_login['client_id']