Skip to content

ey34/spotify-playlist-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Copier

A simple tool to copy Spotify playlists from other users to your own account.

Installation

  1. Clone or download the project
  2. Install dependencies:
npm install

Spotify API Keys Setup

  1. Go to Spotify Developer Dashboard
  2. Create a new application
  3. Get your Client ID and Client Secret
  4. Create a .env file in the project folder:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
REDIRECT_URI=http://localhost:8888/callback
PORT=8888

Usage

  1. Start the application:
npm start
  1. On first run, you'll be prompted to log in to your Spotify account
  2. Paste the playlist link you want to copy
  3. Enter a name for your new playlist
  4. Wait for the playlist to be automatically copied to your account!

Features

  • Secure Spotify authentication
  • Copy any public playlist
  • Automatic token refresh
  • Colorized terminal output

About

A simple CLI tool that clones any public Spotify playlist using user's ID. Automatically handles fetching, transferring tracks, and creating the new playlist to your account through Spotify API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors