Skip to content

Lerzy/SpoTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpoTube

Simple python script to convert spotify playlists into youtube playlists

To install this script:

git clone https://github.com/Lerzy/SpoTube.git
cd SpoTube
pip install -r requirements.txt

after you have installed the script, you need a spotify api credientials and youtube oauth:

Spotify credientials go into spotify_creds.py and youtube oauth json file goes into client_secret.json

after that the script can be run with:

python spotube.py -pl <Spotify playlist url> -pid <OPTIONAL if left empty a new playlist will be created> 

Limitations

Using free version of youtube api, you will hit your daily quota limit after 200 songs, or 199 songs when creating a playlist thru the script.

About

Simple python script to convert spotify playlists into youtube playlists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages