Markkop / Multiple-Playlist-deleter

A simple app to delete multiple spotify playlists at once.
https://multiple-playlist-deleter-markkop.vercel.app/
5 stars 0 forks source link
delete playlist spotify

🎶 Multiple Playlist Deleter

Demo image

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.

Demo

https://multiple-playlist-deleter-markkop.vercel.app/

Usage

  1. Click the "Authorize Multiple Playlist Deleter" link to authenticate with your Spotify account.
  2. After authorization, you'll be redirected back to the app logged in.
  3. Click the "Load Playlists" button to fetch your playlists.
  4. Select the playlists you want to delete by clicking on them.
  5. Click the "Delete Selected Playlists" button to delete the selected playlists.

Prerequisites

Before you begin, ensure you have met the following requirements:

To run this project on your local machine, you also must have the following installed:

Installation

  1. Clone this repository:
git clone git@github.com:Markkop/Multiple-Playlist-deleter.git
  1. Change into the project directory:
cd Multiple-Playlist-deleter
  1. Install the dependencies:
npm install
  1. 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.

  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000.

Contributing

If you want to contribute to this project, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.