Skip to content

mike-sheppard/spotify-release-dates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Release Dates

Quick and dirty way to loop over multiple playlists and extract release dates + optionally filter by specific year + sort tracks by date added.

Get Started

  1. git clone [email protected]:mike-sheppard/spotify-release-dates.git && cd spotify-release-dates && pip install -r requirements.txt
  2. Create a Spotify Developer account and create a new app to get your client ID and client secret - quick youtube guide here
  3. Set your Spotify username, playlist ID's, client ID and secret in config.yml (see + copy config.example.yml)
  4. Run the script:
    • python get-release-dates.py show all tracks in playlists with release dates
    • --playlist generate a playlist you can copy & paste directly into Spotify
    • --year=1972 filter by track/album release year

CLI Output/Preview

Preview playlist CLI output

Preview playlist CLI output

API/Docs

Credits

Nabbed and mutated from this super helpful Stack Overflow post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages