This script analyses all JSON data provided by Spotify and display the information based on supplied flags
All deps are in requirements.txt and can be installed with
pip3 install -r requirements.txt
Note
install the requirements with pip3 install -r requirements.txt
run main.py -h to see all options
docker build --tag spotify-analyser .
docker run spotify-analyserNote
top_genres mode requires a valid Spotify for developer CLIENT_ID and CLIENT_SECRET.
Example of yearly minutes played by year
Examples of top_artists graph plot

