Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 761 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 761 Bytes

SpotifyAlbumParser

This script uses the Spotify API and Spotipy repository to pull info about a selected album from Spotify servers and then parse it into PostgreSQL form for insertion into a database.

Requirements

  • Login to Spotify Developer Dashboard and create a new app to obtain the Client ID and Client Secret. Add these to CLIENT_ID and CLIENT_SECRET in the code. After this, click edit settings of the newly created app and add http://localhost/ to Redirect URIs and save.

  • Spotipy : Spotipy is a lightweight Python library for the Spotify Web API. With Spotipy you get full access to all of the music data provided by the Spotify platform.