Skip to content

This application finds the least popular videos for a given search and combines them into one awkward mess.

Notifications You must be signed in to change notification settings

aymswick/bad-youtube-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad YouTube Search

Description

See the worst of YouTube, one 30-second video mosaic at a time.

Built and tested on Ubuntu & Xubuntu

By Anthony, Robert, and Sean

Usage

  1. Run python main.py
  2. Enter your desired search term into the text box.
  3. Wait while the magic happens.
  4. The resulting video should open and play on its own.
    • Note: If the video does not open on its own after the console indicates that moviepy has finished, then browse to the folder badvideos and open the file matching the search terms you entered.

Dependencies

Installation

sudo pip install --upgrade google-api-python-client
sudo pip install youtube-dl
sudo pip install Pillow==2.9
sudo pip install moviepy

Setup

Requires a YouTube Data API Key

  • Click here to create a server key
  • Then create a file called YOURAPIKEY.py in the same directory as main.py, badgui.py, and badrender.py with the contents:
    APIKEY="<Replace with your API key"

Your directory structure should look like this:

  • bad-youtube-search
    • badvideos/
    • temp/
    • .gitignore
    • badgui.py
    • badlayout.png
    • badrender.py
    • main.py
    • README.md
    • YOURAPIKEY.py

About

This application finds the least popular videos for a given search and combines them into one awkward mess.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages