See the worst of YouTube, one 30-second video mosaic at a time.
Built and tested on Ubuntu & Xubuntu
- Run
python main.py
- Enter your desired search term into the text box.
- Wait while the magic happens.
- 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.
- Note: If the video does not open on its own after the console indicates that moviepy has finished, then browse to the folder
sudo pip install --upgrade google-api-python-client
sudo pip install youtube-dl
sudo pip install Pillow==2.9
sudo pip install moviepy
Requires a YouTube Data API Key
- Click here to create a server key
- Then create a file called
YOURAPIKEY.py
in the same directory asmain.py
,badgui.py
, andbadrender.py
with the contents:APIKEY="<Replace with your API key"
bad-youtube-search
badvideos/
temp/
.gitignore
badgui.py
badlayout.png
badrender.py
main.py
README.md
YOURAPIKEY.py