Reddit-To-YouTube scrapes a subreddit for vreddit videos, combines them into one monolithic video, and uploads them to YouTube.
- Grab a copy of the Python 3 variant of Google's
upload_video.py
, available here and place it in the project directory - Install the Google APIs Client Library for Python with
pip install google-api-python-client
- Generate OAuth2.0 credentials and plug your Client ID and Client Secret into
client_secrets.json
. - Set the subreddit, video quantity, and video post time in
modules/reddit_api.py
- Set the upload info (Video title, descriprion, tags, etc) in
reddit-to-youtube.py
- Run the program with
python3 reddit-to-youtube.py