Skip to content

A tool to convert youtube playlists to spotify playlists

Notifications You must be signed in to change notification settings

tanishabelkar/crossify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there! Welcome to Crossify's repository! I am yet to host the project because it is still in development mode and awaiting extension of quota from Spotify.

Crossify

Crossify is a tool to clone your favourite public playlists from Youtube or Youtube Music to your Spotify account in one click! Simply login with your Spotify account, enter the URL of the Youtube playlist you want and wait for a few seconds. Voila! Now you can find the playlist in your library.

Usage

Setup

  1. Create an application on the spotify developer console,
  2. Note the client ID and client secrect
  3. Add "http://localhost:3000/callback" as one of the redirect URIs.
  4. Save your application.
  5. Next, make an account on Rapid API, and obtain your Rapid API key for the Youtube-v3 API.

Installation

  1. Clone the repository to your local device
  2. Make a .env file and add the following variables- CLIENT_ID=<your client id> CLIENT_SECRET=<your client secret> REDIRECT_URI = "http://localhost:3000/callback" RAPID_API_KEY=<your Rapid API key> RAPID_API_HOST="youtube-v31.p.rapidapi.com" COOKIE_KEY1=<your hash key> COOKIE_KEY2=<your second hash key>
  3. Install the required packages with npm or yarn

Screenshots

Login Page

cf-login

Generating the playlist

cf-form cf-load cf-result

Feedback and Contribution

I would love to hear feedback on what can be improved and suggestions about more features. Reach out to me at [email protected] !

About

A tool to convert youtube playlists to spotify playlists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published