A Python project that connects to the Spotify API, fetches your saved albums, and downloads their cover images.
The goal is to later automate uploading these images to Pinterest boards.
This project is still in progress.
- Create a new file named
.envin the same directory as the script. - Add your Spotify API credentials: CLIENT_ID=your_spotify_client_id CLIENT_SECRET=your_spotify_client_secret
- In your Spotify Developer Dashboard, set the Redirect URI to: http://127.0.0.1:8888/callback/