/YoutubeAPIscripts

Some scripts for working with Youtube API

Primary LanguagePython

YoutubeAPIscripts

Some scripts for working with Youtube API

addToPlaylistv2.py

Allows you to copy tracks from any playlist to your own and sort it by popularity.

How to use

1.Install dependencies

pip3 install -r requirements.txt

2.Create client_secret.json from Google Developer Console

3.Run script

./addToPlaylistv2.py [playlist id from which you want copy] [playlist destination id] [integer many tracks copy sorted by popularity ]