A spotify year wrap like for Google Play Music
Note : This project is not endorsed by Google
git clone https://github.com/Lolincolc/gmusic_wrapped.git
sudo pip install requests
Then download a history file from Google My Activity containing your Play Music History.
To download a history file go here. Detailled instructions are avaialble here
You can now launch the script with the following options :
python main.py [path/to/your/json/history_file]
-v
to enable a full detailed log in log.dat
-d [LastFm API key]
to enable duration calculation with LastFM API
Your report will be available in report.html and report.dat. Note that it usually takes less than 1 minute to complete a report. However -d
option can add several hours to the process depending on LastFM API speed.