spotkin
spotkin copied to clipboard
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/1HaQfSGjN...
Every day the first time this runs the browser opens and the app crashes. the rest of the day it's fine.
Fix typo
Updated typo in SPOTIFY_CLIENT_SECRET environment variable.
It would be cool if the script created a duplicate of the spreadsheet for the user if one doesn't exist in the user's google drive. https://docs.google.com/spreadsheets/d/1z5MejG6EKg8rf8vYKeFhw9XT_3PxkDFOrPSEKT_jYqI/edit#gid=467585518
- Add feature to replace playlist cover image randomly using list of predefined images [docs](https://spotipy.readthedocs.io/en/master/?highlight=user_playlist_change_details#spotipy.client.Spotify.playlist_upload_cover_image)
# Running the server with `flask run` imports have to have 'spotkin' like `from spotkin.scripts.utils` # Running as a standalone command line script now the imports cannot have 'spotkin'. must...
# server most of the server logic is already in place for the command line script we have here. I imagine that it's agnostic to the question of which framework...