Spotify playlist shuffler written in Python that gets all ID's of the tracks in the playlist, deletes all of them from the playlist then shuffles the array of ID's and adds them back in
First, create a Spotify application.
Now set this environment variables in a config.yml
file:
client_id: "<Spotify application client ID>"
client_secret: "<Spotify application client secret>"
After the setup just run python3 shuffle.py
and you should be ready to go.