Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mikolaj-Mroz/Statsify
A web app to check your spotify statistics.
https://github.com/Mikolaj-Mroz/Statsify
flask spotify spotify-web-api webapp
Last synced: about 1 month ago
JSON representation
A web app to check your spotify statistics.
- Host: GitHub
- URL: https://github.com/Mikolaj-Mroz/Statsify
- Owner: Mikolaj-Mroz
- Created: 2022-08-18T15:56:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T19:01:30.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:02:38.508Z (4 months ago)
- Topics: flask, spotify, spotify-web-api, webapp
- Language: Jinja
- Homepage: http://statsify.eu-central-1.elasticbeanstalk.com/
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Mikolaj-Mroz/Statsify - A web app to check your spotify statistics. (Jinja)
README
# [spotify-statistics-web-app](http://statsify.eu-central-1.elasticbeanstalk.com/)
THE WEBSITE ISN'T READY TO USE. TO TEST IT CONTACT ME PERSONALLY BY MAIL.
![STATSIFY Website](https://i.ibb.co/zbm4MFp/indexscreen.png)
## Table of contents
* [Introduction](#introduction)
* [Technologies](#technologies)
* [Setup](#setup)
* [Future](#future)## Introduction
The goal of this project is to enable it's users to check their spotify statistics through an easy accesible website.
## Technologies
Project has been created using:
* Flask version: 2.2.2
* Flask-Session version: 0.4.0
* Spotipy version: 2.20.0## Setup
To run this project first install requirements.
```
$ pip install -r 'requirements.txt'
```Next you have to specify env variables such as client_id, client_secret and redirect_uri that can be found on spotify developer website. More info on that [here](https://spotipy.readthedocs.io/en/master/#quick-start)
Then all you have to do is run flask application.
```
$ flask run
```## Future
The website isn't complete as I'm planning to add more functionalities in the future!