I've been a long-time user of mixkeepr for saving my weekly music recommendations. However, I ended up with a lot of unused playlists and was unable to delete them all at once using Spotify.
To solve this problem, I created a tool with the help of AI to delete multiple playlists easily.
https://multiple-playlist-deleter-markkop.vercel.app/
- Click the "Authorize Multiple Playlist Deleter" link to authenticate with your Spotify account.
- After authorization, you'll be redirected back to the app logged in.
- Click the "Load Playlists" button to fetch your playlists.
- Select the playlists you want to delete by clicking on them.
- Click the "Delete Selected Playlists" button to delete the selected playlists.
Before you begin, ensure you have met the following requirements:
- You have a Spotify account
To run this project on your local machine, you also must have the following installed:
- You have registered a new Spotify app in the Spotify Developer Dashboard
- You have installed Node.js and npm
- Clone this repository:
git clone git@github.com:Markkop/Multiple-Playlist-deleter.git
- Change into the project directory:
cd Multiple-Playlist-deleter
- Install the dependencies:
npm install
- Create a
.env.local
file in the root of the project and add your Spotify app credentials:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
SPOTIFY_REDIRECT_URI=http://localhost:3000/
Replace your_client_id
and your_client_secret
with the values from your Spotify app.
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000.
If you want to contribute to this project, please open an issue or submit a pull request.
This project is licensed under the MIT License.