riverscuomo / spotkin_server

A python package that updates one or more of your Spotify playlists every day with a random selection of songs from any playlists you specify. Here's mine: https://open.spotify.com/playlist/1HaQfSGjNzIsiC5qOsCUcW?si=ddc16d3e9524410c . This repo also contains the backend server for Spotkin webapp.
GNU General Public License v3.0
82 stars 9 forks source link

Randomly sample playlists #8

Closed TimStewartJ closed 1 year ago

TimStewartJ commented 1 year ago

closes #7

Presently, spotnik will produce the same playlist every time it is run (given the playlists it is taking from stay the same). I'm not sure how it's been done in the past, but this is my take on it.

Related to #7.