Skip to content

This will take your top 25 albums of a selected time frame and combine them into one image.

Notifications You must be signed in to change notification settings

sjsikora/Playlist-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Overview

This program uses Spotify API to get your top tracks of a selected time frame and combines them into one image.

An exmaple album art

Running the Program

To run, you will need to log on to Spotify's developer portal. From there you will create an app. With this app you will need to whitelist http://google.com/ (This URI may change depending on your location). Grab your Client Id and Secret and exit out of the portal.

In your terminal, cd into your folder. You will need to install two pips

pip install Pillow

pip install spotipy

You will create evironmental variables with the vaules from the app. Run these commands:

SET SPOTIPY_CLIENT_ID=[Client Id]

SET SPOTIPY_CLIENT_SECRET=[Client Secret]

SET SPOTIPY_REDIRECT_URI=http://google.com/

If using Apple, replace SET with export and surrond the vaules with apostrophes.

Run the program, it will prompt you to type your username and the time range you would like to pull from. It will then take you to your Spotify page. Log on, and the program will redirect you to Google. Copy the URL in the task bar and paste the URL back into the program.

Sit back and let the program work! Then ending file will save in the same directory as the python file.

About

This will take your top 25 albums of a selected time frame and combine them into one image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages