We all know YouTube's recommendation system is miles ahead of Spotify or any other platform
This simple script will take your Spotify playlist and port it to YouTube's playlist, so you don't have to search for all your favourite songs again!
git clone https://github.com/vaaibhavsharma/rehash.git
cd rehash
pip install -r requirements.txt
- Create account at Spotify Developers
- Get Client ID and Client Secret
- Go to Google API Console and GET
- API KEY
- OAuth 2.0 Client ID
cd rehash #Project Directory
mkdir "env" # Make folder named env
Make file named apiKeys.py with following data
api_key = #Youtube API KEY
client_id_spotify = #Spotify
client_secret_spotify = #Spotify
Enjoy your songs!
python main.py