Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.44 KB

File metadata and controls

35 lines (31 loc) · 1.44 KB

SpotifyToCSV

Converts the tracks in a Spotify Playlist to a CSV. Just a little something I built to get all of the songs from a friends playlist.

Dependencies

This project uses BeautifulSoup v4.4.0 and Python 2.7.4. You must install BeautifulSoup before attempting to run the project.
A simple: sudo apt-get install python-bs4 or pip install beautifulsoup4 should do the trick to install it.

Getting the playlist URL

First find the share button, here it is positioned in the top right corner.

Then select the embed option (on the far right).

Then the emebed code should be copied to your clipboard



This is what was on my clipboard: <iframe src="https://open.spotify.com/embed/user/indiefolkradio/playlist/37vt9W6xt5jsud9iaIMzeh" width="300" height="380" frameborder="0" allowtransparency="true"></iframe> The URL you want to use is the source for the iFrame. Use the URL: https://open.spotify.com/embed/user/indiefolkradio/playlist/37vt9W6xt5jsud9iaIMzeh