/spotify-albart

Python program to obtain Album Arts of a given artist.

Primary LanguagePython

Spotify-AlbArt

Spotify-AlbArt is used to get Album Arts from Spotify for a given artist.

How to run

Get Spotify Client ID and Client Secret and add in the .env file.

SPOTIPY_CLIENT_ID='SPOTIPY_CLIENT_ID'
SPOTIPY_CLIENT_SECRET='SPOTIPY_CLIENT_SECRET'

Update params in ./main.py

if __name__ == '__main__':
    get_album_arts("Artist Name", "Start Date", "End Date")
    save_images("/path/to/save")

# Start Date "2022-01-01"
# End Date "2022-12-31"
<venv> $ pip install -r requirements.txt
<venv> $ python main.py

This program uses spotipy.