mehmetsat / spotify-now-playing-app

a simple spotify now playing app with streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-now-playing-app

a simple spotify now playing app with streamlit

Run Instructions

  • First, you should get your token via spotify account from this link:

    Spotify token link

  • Then, change the corresponding fields in the 'config.py' file.(user_name and token)

      USER_ID = "*spotify_user_name*" 
      TOKEN = "*spotify_token*"
    
  • Install requirements by :

      pip install -r requirements.txt
    
  • run the app by running this code in terminal:

      streamlit run main.py
    

About

a simple spotify now playing app with streamlit


Languages

Language:Python 100.0%