Skip to content

AksharP5/GetSpotifyStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Spotify Stats

Info

  • This is a fun personal project that utilizes the Spotify API to show Spotify stats including your recently played songs, top songs, and top artists.
  • This is also a great way to find some new songs to add to your mix, through the recommended songs tab.
  • The homepage also displays a Discover Weekly to find some songs that are popular at the current moment.
  • This is strictly for fun and personal use!!!

Feedback/Tips

  • Please leave any feedback, and if you have any tips and are willing to help out, please reach out to [email protected]

How to run locally

This is an old project, some parts may be outdated, causing issues, please either create an issue or reach out to inform me.

  1. Fork repository or clone locally

    image image

  2. Download all requirements

    pip install -r requirements.txt
    
  3. Obtain Spotify API key

    1. Go to the Spotify API page

    2. Follow instructions, and create an app

    3. Locate your app on the developer dashboard

    4. Click on app and go to settings

    5. Locate Client ID and Client Secret image

    6. Set redirect URIs

      image

  4. Set Environment Variables

    1. Create a .env file in the root
    2. Create variables for CLIENT_ID, CLIENT_SECRET, and REDIRECT_URL (Don't include the brackets) image
  5. Start the application

    python app.py
    

    image

  6. Enjoy!

    • Ctrl + Click on server

How It Should Look

  • Homepage

    image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors