Version: 1.0.0
-
Gets your most recent Spotify liked songs' Images
-
Get the average color of an image to use as a fill color
-
Auto-Sort the images based on color
-
Simple to use && highly modular
-
Create a Spotify APP
-
Create a .env in Spotify_api as such:
SPOTIPY_CLIENT_ID=<your_client_id>
SPOTIPY_CLIENT_SECRET=<your_client_secret>
SPOTIPY_REDIRECT_URI=<your_redirect>- Run
./spotify_api/main.py
See requirements.txt
- Main Dev: David Thievon
Thanks to everyone who developed any of the dependencies and special thanks to the devs at Spotify for their great API.