Skip to content

pedromarquetti/spotify-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my Spotify data analyser

This script analyses all JSON data provided by Spotify and display the information based on supplied flags

Dependencies

All deps are in requirements.txt and can be installed with pip3 install -r requirements.txt

Running

Note

install the requirements with pip3 install -r requirements.txt

Running locally

run main.py -h to see all options

Running with Docker

docker build --tag spotify-analyser .
docker run spotify-analyser

Note

top_genres mode requires a valid Spotify for developer CLIENT_ID and CLIENT_SECRET.

Screenshots

Example of yearly minutes played by year

mins played by year

Examples of top_artists graph plot

top artists by year

About

Data analyser for Spotify account usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors