Export data from spotify
python -m pip install requests
Get your client_id and client_secret from spotify developer dashboard howto
...
client_id = "xxxxxxxxxx"
client_secret = "xxxxxxxxxx"
python get_playlist_tracks.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Export data from spotify
python -m pip install requests
Get your client_id and client_secret from spotify developer dashboard howto
...
client_id = "xxxxxxxxxx"
client_secret = "xxxxxxxxxx"
python get_playlist_tracks.py