The goal of the tool is ot help me sort my Liked Songs into playlists based on moods, melodies and etc.
- Commandline arguments do not work correctly yet (you will get an error)
-
Create a file called 'secrets.py'.
spotify_ready_token = 'reallylongstringwithlotsofstuff' userid = 'yourusername'
-
Add your Spotify userid and token to the
secrets.py
. -
[optional] Edit
create_playlist.py
and change thefor
loop to change the parameters. -
Run
python3 create_playlist.py --help
.