SpotifyToYoutube is a Python-Django webapp to convert spotify playlist to youtube playlist.
check out the the page SpotifyToYoutube
Use git clone to install it on local machine.
git clone https://github.com/techakhilc47/spotifytoyoutube
pip install -r requirements.txt
python manage.py runserver
Pull requests are welcomed. Currently it supports conversion of just 50 songs, integration of YOUTBUBE API under progress !