Convert Spotify playlists into YouTube ones.
Based on Jukebox (PySpotify).
-
Python 2.7
-
LibSpotify
-
PySpotify
-
GData (Python API Google)
-
Spotify Premium Account
-
Google OAuth 2.0 Client ID
-
LibSpotify
-
Download https://developer.spotify.com/technologies/libspotify/
-
Extract and run
# make install prefix=/usr/local
-
PySpotify
-
Download http://pyspotify.mopidy.com
-
Extract and run
# python setup.py install
-
GData
-
Download http://code.google.com/p/gdata-python-client/downloads/list
-
Extract and run
# python setup.py install
-
Spotify Premium Account
-
You will need to request an application key at the developer website http://developer.spotify.com/ before being able to run it.
-
Place spotify_appkey.key in the same folder that spotube.py
-
Google OAuth 2.0 Client ID
-
Create a web application and download client secrets file.
- Complete spotube.cfg with your Spotify and YouTube credentials.
-
Run
$ python spotube.py
-
List Spotify playlist
spotube> ls
-
Export Spotify playlist
spotube> export_playlist spotify_playlist_number [youtube_playlist_name] [update]
- MIT License