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)
- Set up Spotify Developer Application here
- Create SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET and SPOTIPY_REDIRECT_URI environment variables that match your app
- (Optional) Create and activate a Python venv
- Install dependencies:
pip install spotipy
pip install pillow
pip install retrying