For Spotify Data Analysis
This script written in python 3 retreive a few useful spotify attributes as a excel spreadsheet. It communicates to the spotify API using the Spotipy library, which is a python wrapper. It is very useful when you want to do further analysis using Matplotlib, Seaborn, Numpy, Tensorflow, ...
To use, you must:
- export environment variables (SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, SPOTIPY_REDIRECT_URI)
- run script as:
python3 spotify_parser.py <YOUR_USERNAME>