Skip to content

Python script to compile Spotify listening data into a user readable format.

License

Notifications You must be signed in to change notification settings

Iain-Crowe/Spotify-History-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify History Viewer

Will take a JSON file(s) with Spotify listening history data and display it in a table. This script will also calculate some statistics and print them into a .txt file.

Requirements

  • Python 3.x

Usage

Make a folder with this file and the JSON file you'd like to read in it and run scripts with the argument:

  1. Open command prompt

  2. Run cd /path/to/folder

  3. Add a directory with the name history

  4. Ensure both spotify_viewer.py and history directory with JSON files are in the parent directory.

  5. Run python spotify_viewer.py on Windows or python3 spotify_viewer.py on Linux.

License

This project is licensed under the terms of the GNU General Public License v2.0. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

GNU General Public License v2.0

Releases

No releases published

Packages

No packages published

Languages