Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.99 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.99 KB

MySpoti

MySpoti is my own version of the Spotify Wrapped, but it is available at any time of the year. This is a web application that allows you to see your top artists and tracks, as well as your recently played tracks, and more features to come.

Table of Contents

Description

The idea for this project came from the Spotify Wrapped, which is a feature that Spotify releases every year that shows you your top artists and tracks from the past year. I wanted to see my tops not only of the past year, but of all time as well. I didn't want to wait until the end of the year to see my tops, so I decided to look into the Spotify API and see if I could make my own version of the Spotify Wrapped. I found out that the Spotify API has a lot of endpoints that can be used to get a lot of information about a user's account, and I decided to use some of these endpoints to get the information I needed to make this project.

Features

  • See your top 12, 24, or 50 tracks of the past 4 weeks, 6 months, or all time
  • See your top 12, 24, or 48 artists of the past 4 weeks, 6 months, or all time
  • See your recently played tracks
  • Representation of your top in cards and tables
  • Authentication with Spotify
  • Connection to the Spotify API

Technologies

  • Backend:
    • Python
    • Flask
    • Spotipy
  • Frontend:
    • JavaScript
    • Jinja
    • jQuery
    • Bootstrap
    • HTML
    • CSS

Future Plans

There are several features that I would like to add to this project in the future. Some of these features include:

  • An improved index and home page
  • Add a footer
  • Improved responsiveness
  • See the popularity of your top tracks and artists in a chart
  • Implement a database to store user data
  • Get Spotify's extension request approved
  • Deploy the application
  • Export your top tracks and artists to a playlist
  • Send your top tracks and artists to your email every month