An open API service indexing awesome lists of open source software.

https://github.com/sup2point0/youtube-playlist-shuffler

Automatically shuffle YouTube playlists through the YouTube Data API
https://github.com/sup2point0/youtube-playlist-shuffler

automation youtube youtube-api

Last synced: 4 months ago
JSON representation

Automatically shuffle YouTube playlists through the YouTube Data API

Awesome Lists containing this project

README

          

Re-ordering YouTube playlists is one of the most painful tasks ever. Solving that is... very non-trivial, since no matter how compact your UI is you’re gonna run out of space when the playlist has 5000 videos.

But for a lot of playlists, keeping it shuffled regularly is a nice workaround! Except YouTube doesn’t have a ‘shuffle permanently’ button...

So we’ll automate it through Python!