Skip to content

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

License

Notifications You must be signed in to change notification settings

FriendosClub/Reddit-To-YouTube

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages