Skip to content

A mini app that allows you to get the current playing song on Spotify and shows the lyrics

Notifications You must be signed in to change notification settings

kennycontreras/spotify-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Songs & Lyrics

This app shows the lyrics of your current song on Spotify with the help of Spotify API and some webscrapping. If you're tired of searching your lyrics on websites, This app will simplify this task.

Pre-requisites

This is the list of libraries you need to install to make Spotify-Lyrics works

  • Spotipy
  • Beautifulsoup
  • Request

Getting started

  • To use succesfully this app you need to register your own credentials in the config file located in config/config.py To do this, go to https://developer.spotify.com, signing up and create a new app.
  • After filling up the config.py file, you're ready to run the Python file. Go to your terminal and execute: python song_and_lyrics_spotify.py

Aditional Information

You can find more information about how to make this app on my Medium blog. I created an entire story about this code: Link

This is an example of how's looks like the lyrics and song after running the app:

alt text

About

A mini app that allows you to get the current playing song on Spotify and shows the lyrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages