Bergbok / Spotipy-Scripts

Home Page:https://spotipy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://spotipy.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%