Splits spotify data into files containing chunks
- Install python 3.8 or higher from here
- Install the script using
git clone https://github.com/SpaghettDev/Spotify-Data-Splitter
or click the green download button above - If you have installed using the green download button, extract the file somewhere
- Open your preffered shell and
cd
into the directory containing the main.py file
python main.py "file" [split_number]
eg.:
python main.py "path/to/data.json"
or
python main.py "path/to/data.json" 2000
The files are named filename_splitX.ext, and are contained in the directory containing "data.json"!