Skip to content

Google Chrome Extension to add song playing on youtube to playlist

Notifications You must be signed in to change notification settings

saurabhrane1199/SpotiAdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotiAdd

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

Steps to run (Backend)

  1. Create a python file and name it "secret.py"
  2. Register the app with spotify developers console and get client_secret and client_id and store it in variables in secret.py
  3. 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. Secret.py

  1. Install all the dependencies using requirements.txt

  2. Run app.py file

Steps to load extension

  1. Open Chrome
  2. Go to chrome://extensions enable developer mode
  3. Click on Load Unoacked Extension
  4. and select the frontend folder

You might have to edit the callback and redirect url as per your extension id

Checkout the screenshots folder to see the working of the extension

Screenshots

image1 image1 image1 image1 image1

About

Google Chrome Extension to add song playing on youtube to playlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published