Skip to content

Scrapes videos from a provided list of subreddits, combines them into one video, then uploads this video to YouTube.

Notifications You must be signed in to change notification settings

Timur-O/Reddit-Video-Scraper-Combiner-And-YouTube-Uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Machine

This is a bot that scrapes Reddit for the top memes, then combines them into a compilation video. It then generates a thumbnail, description, title and other such metadata and uploads the video to your YouTube channel!

Running

  1. Modify the config.txt file to your liking
  2. Add your YouTube API credentials in the specified folder (specified in config.txt). You can generate these credentials at console.cloud.google.com
  3. Run pip install -r requirements.txt to install all the necessary dependencies.
  4. Open a terminal, and type python -m src.main.
  5. The bot will begin running, when prompted click on the login link to log into your Google account and select the YouTube channel to upload to.

Development

  1. Run pylint src before committing your code to ensure proper formatting.

About

Scrapes videos from a provided list of subreddits, combines them into one video, then uploads this video to YouTube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages