Google Chrome Extension to add the song playing on youtube website to spotify playlist. Uses youtube data api and spotify apis to perform this task
- Create a python file and name it "secret.py"
- Register the app with spotify developers console and get client_secret and client_id and store it in variables in secret.py
- Enable youtube api on google cloud console and get youtube api developer key and store it in secret.py
The secret.py file should look like this.
-
Install all the dependencies using requirements.txt
-
Run app.py file
- Open Chrome
- Go to chrome://extensions enable developer mode
- Click on Load Unoacked Extension
- and select the frontend folder