Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.09 KB

Reddit-To-YouTube

Reddit-To-YouTube scrapes a subreddit for vreddit videos, combines them into one monolithic video, and uploads them to YouTube.

Setting up YouTube uploading

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