Skip to content

Utility python script to retrieve the tracks a Spotify user has in his/her playlists

Notifications You must be signed in to change notification settings

kristopher-pellizzi/TrackList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TrackList

Utility python script to retrieve the tracks a Spotify user has in his/her playlists


Usage

TrackList is very simple to be used:

  1. Be sure that python3 is installed in your system
  2. If not already installed, install requests module by launching from terminal
pip install requests
  1. Download the script spotify_tracks.py and launch it from terminal with command
python3 spotify_tracks.py <user_id>

replacing user_id with Spotify user's ID, to be retrieved out-of-band (e.g. you can recover your account ID or IDs of users you follow from Spotify app).

After some seconds (Actual time varies according to the number of playlists and tracks the user has) the script will produce a txt file in the same folder of the script, containing the list of couples -

About

Utility python script to retrieve the tracks a Spotify user has in his/her playlists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages