Skip to content

Uses a bit of python web scraping to find the lyrics of the song that is currently playing on my Spotify account and displays the lyrics

License

Notifications You must be signed in to change notification settings

bushmecj/Spotify-Lyrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Basic program that finds the current song playing on my Spotify account and then uses web scraping to display the lyrics. Requires the Spotipy python module, which can be found here: https://github.com/plamere/spotipy. Public and private SPOTIPY_CLIENT_ID's can be created at https://developer.spotify.com/ by creating a project and setting its Redirect URI (found in the 'edit settings tab') to your redirect URI. In this case, you would need to set it to http://localhost:8080/. In order to verify your client credentials, you need to run a program (I used a basic socket server) at the Spotipy redirect URI. in this case, http://localhost:8080/. Also, in order for Spotipy to work properly it CANNOT BE INSTALLED VIA PIP or the client.py file has to be reconfigured.

About

Uses a bit of python web scraping to find the lyrics of the song that is currently playing on my Spotify account and displays the lyrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%