A collection of tools for automating Spotify playlist tasks
Period playlists are playlists that are created on a regular basis, and are populated with songs from your liked songs. You can then specify how often new playlists are created, and how many songs are added to the playlist.
Period options are:
daily
weekly
monthly
yearly
Playlist names can be customized with {date injections}
and an |alliteration|
, resulting in depressing names like "22 Anxious April".
The aim is to allow as much customization as possible, so you can specify the playlist name, description, date key, and even the alliteration word list.
- Docker
- Python
- Go to the Spotify Developer Dashboard
- Create a new application
- Click "Edit Settings" and add
http://localhost:8080
to the "Redirect URIs" list - Click "Show Client Secret" and copy the value
- Click "Copy" to copy the Client ID
- Run
python3 generate_token.py
and paste the Client ID and Client Secret when prompted - Follow the link in the output and paste the code when prompted