Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.18 KB

GMusic Year Wrapper V1 Beta

A spotify year wrap like for Google Play Music

Note : This project is not endorsed by Google

alt text

To use GMusic Year Wrapper

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.