Skip to content

Dimitrescu-Robert/spotify2pinterest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spotify2pinterest

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.

Setup

  1. Create a new file named .env in the same directory as the script.
  2. Add your Spotify API credentials: CLIENT_ID=your_spotify_client_id CLIENT_SECRET=your_spotify_client_secret
  3. In your Spotify Developer Dashboard, set the Redirect URI to: http://127.0.0.1:8888/callback/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages