Diego Cabello

<<<Back to Coding

Spotify Lyrics Scraper

Date: Nov 2020

Words: 95

Draft: 1 (Most recent)

During quarantine I wanted to see the lyrics to the songs I was listening to. This was before spotify added lyrics. I am keeping this in the portfolio even though I made it over four years ago because it was pretty inventive, for me being in high school.

Github

How it Works

  1. Get song I am listening to using offical Spotify API and auth
  2. Check if song has had lyrics saved before, if so then return those and break
  3. Send request to official Genius API with song title and artist
  4. Save text response and return
<<<Back to Coding

Made with Sculblog