Application to download a playlist from Spotify > MP3
-
Create an account and login to the Spotify Dashboard: https://developer.spotify.com/dashboard
-
Create an app in the dashboard
-
Navigate to the settings of the app in the dashboard
-
Copy the Client ID and Client Secret and Insert them into the .env.example file inbewteen the respective single quotes
-
Rename the .env.example file to .env
-
Enter 'pip install -r requirements.txt' in the terminal to install all necessary dependencies
-
Copy the link to the playlist you wish to download
-
Run the program from the run.py file
-
Paste in playlist link and done!