Skip to content

a flask x Spotify API application that analyzes the lyrics in your top spotify tracks

Notifications You must be signed in to change notification settings

smellslikekeenspirit/spotify-sentiment-analysis

Repository files navigation

spotify-sentiment-analysis

a flask x Spotify API application that analyzes the lyrics in your top spotify tracks

Setup

  • install python3 and the following libraries:
    >> pip install spotipy
    >> pip install lyricsgenius
    >> pip install paralleldots
    >> pip install wordcloud
    >> pip install flask
    >> pip install flask-ngrok
  • create api accounts: create an account for spotify, lyric genius, and paralleldots and copy api keys, client ids, and redirect uris into the project
  • add api keys: paste your api keys, client ids, client secrets and redirect uris into the project
  • run: run main.py to get an ngrok tunnel on which the app will be hosted :)

About

a flask x Spotify API application that analyzes the lyrics in your top spotify tracks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published