Skip to content

jmoraispk/Spotify-Playlists-Merger

Repository files navigation

Spotify-Playlists-Merger

A 10-line Python script for merging Spotify playlists.

img

Playlist 1: Rolling Stone 500 Greatest Songs of All Time (2004)

Playlist 2: Rolling Stone 500 Greatest Songs of All Time (2021)

Resultant Playlist 3: Merge Rolling Stone Top 500 Songs (2004 + 2021)

Steps to merge playlists

  1. Export playlist to csv in this website: https://watsonbox.github.io/exportify
  2. Run my script to append all songs and remove duplicates.
  3. Upload the resultant file to https://www.spotlistr.com/search/file-scraper & click "Create Playlist" at the end.

Requirements

Python3, Numpy and Pandas (Python libraries), a Spotify account

About

A 10-line Python script for merging Spotify playlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages