Creates a graph of the albums in your library sorted by year for Google Play Music.
git clone https://github.com/accasio/gmusic-graphed.git
pip install -r requirement.txt
python api-runner.py
- Follow the URL given to you by the command line.
- Sign into your Google account.
- Copy and pate the authorisation token given to you by Google and press enter.
Your graph will be saved as "album-graph.jpg"
NOTE: The script might take a couple of minutes to run depending on how many album covers have to be downloaded.