This is a python script to create playlist automatically from tomorrowland line-up.
Docker (optional) Python Spotify app on developer.spotify.com
Install package
pip install requirements.txt
Run docker container
docker run -it -p 8080:5000 -v .:/home/app python-dev bash
Run flask app to get auth
python getAuthorizationToken.py
Open your browser on 0.0.0.0:8080/login Sign-in with your spotify account Run script
python createPlaylist.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.