Used for analyzing playlists from Spotify, where you can view the playlist, its YouTube link, and download all the songs in the playlist as a zip file.
This project analyzes playlists from Spotify, providing insights such as the number of playlists, the number of songs, and YouTube links for each song. It also offers an option to download all songs.
The motivation behind this project is to provide users with an easy way to analyze their Spotify playlists and access their favorite songs in a convenient format.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and create a pull request.
techstack/- Contains tech stack specific README and setup instructions.
docker build -t spotify-downloader:latest .docker run -p 5000:5000 -p 3000:3000 spotify-downloader:latest