A simple tool to copy Spotify playlists from other users to your own account.
- Clone or download the project
- Install dependencies:
npm install- Go to Spotify Developer Dashboard
- Create a new application
- Get your Client ID and Client Secret
- Create a
.envfile in the project folder:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
REDIRECT_URI=http://localhost:8888/callback
PORT=8888
- Start the application:
npm start- On first run, you'll be prompted to log in to your Spotify account
- Paste the playlist link you want to copy
- Enter a name for your new playlist
- Wait for the playlist to be automatically copied to your account!
- Secure Spotify authentication
- Copy any public playlist
- Automatic token refresh
- Colorized terminal output