Skip to content

Bergbok/Spotipy-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spotipy Scripts

save_artist_discography.py

Useful if you prefer to save albums and whatnot in playlist format due to the improved level of organization that comes with it.

options:
  -h, --help     show this help message and exit
  -v, --verbose  enable verbose mode (asks for limit/offset and prints more info)

Setup

  1. Set up Spotify Developer Application here
  2. Create SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET and SPOTIPY_REDIRECT_URI environment variables that match your app
  3. (Optional) Create and activate a Python venv
  4. Install dependencies:
    • pip install spotipy
    • pip install pillow
    • pip install retrying