enpuyou / playlist

A simple python script to grab a user's playlist content and its album cover arts from Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playlist

A simple python script to grab a user's playlist content and its album cover arts from Spotify.

Steps to run

  • Install dependencies by running: poetry install

  • Export authorization keys from Spotify to evironment variables:

export SPOTIPY_CLIENT_ID=<YOUR_SPOTIPY_CLIENT_ID>
export SPOTIPY_CLIENT_SECRET=<YOUR_SPOTIPY_CLIENT_SECRET>

About

A simple python script to grab a user's playlist content and its album cover arts from Spotify


Languages

Language:Python 100.0%