Skip to content

Uses the Spotify API to pull album info, requires setup using developer account.

Notifications You must be signed in to change notification settings

austin0/SpotifyAlbumParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Uses the Spotify API to pull album info, requires setup using developer account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages