Skip to content

ethanburrell/SpotifyToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A script that saves the tracks in a Spotify Playlist as a CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages