Skip to content

Getting Albums from Tracks and Artists using the Spotify API

Notifications You must be signed in to change notification settings

Harris-J/SpotifyAPI

Repository files navigation

Spotify API

This Set of files does 2 things.

  1. GetToken will call against the Spotify API, to get the API token needed to make reqeusts.
  2. Then other files: albumnGet.py uses song and artist to return a track. GetAllAlbums.py uses the input.csv which should contain rows of Track,Artist. It will Then output, album appended to the row. ie Track,Artist,Album

Here is a simple flow chart:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

About

Getting Albums from Tracks and Artists using the Spotify API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published