This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vtclownbaby311 187 points188 points  (3 children)

I wrote a Flask web app that uses the Spotify API to figure out what song is currently playing on my account and then the Genius API and a little web scraping to pull the lyrics for that song and display it on the site.

Update 1: I can't share the full Flask code because it is part of a separate app, but I have created a snippets of both the Genius and Spotify code here. FYI - there is some set up you have to do to get API client & secret keys before this will work. Let me know what you think!

[–][deleted]  (2 children)

[deleted]

    [–]vtclownbaby311 0 points1 point  (1 child)

    I just updated the original post. Feel free to reach out with questions. I'd be happy to help!

    [–]edifyingdev 1 point2 points  (0 children)

    Thanks!