Skip to content

SpaghettDev/Spotify-Data-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Spotify-Data-Splitter

Splits spotify data into files containing chunks

Setup:

  1. Install python 3.8 or higher from here
  2. Install the script using git clone https://github.com/SpaghettDev/Spotify-Data-Splitter or click the green download button above
  3. If you have installed using the green download button, extract the file somewhere
  4. Open your preffered shell and cd into the directory containing the main.py file

Usage:

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"!

About

Splits spotify data into files containing chunks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages