YourSpotify is a self-hosted app that tracks what you listen to on Spotify and provides a dashboard that lets you explore relevant statistics! It consists of a Web server that regularly polls the Spotify API and a Web application for browsing statistics. First release, based on version 1.31.1. Please check the following precautions before using: 1. Refer to https://github.com/Yooooomi/your_spotify#creating-the-spotify-application to create an application in the background of spotify. Fill in the callback address: https://yourspotify. {you_box_name}.heiyu.space/api/oauth/spotify/callback 。 After successful creation, you will get the client id and client secret 2. Next, on the Settings-Application page of the lazy cat client, please update the following environment variables in the yourspotify tab: SPOTIFY_PUBLIC=replace_client_id Here replace replace_client_id with your Client ID SPOTIFY_SECRET=replace_client_secret Here replace replace_client_secret with your Client secret. Please refer to the application screenshot information for specific configuration methods.


