decluterfy
Tidy your old enourmous playlist and move songs to similar playlists you already own
Starting the project
- Download & Install Anaconda 4.x.x:
- Create your virtual enviroment:
conda env-create -f enviroment.yml
- Activate your new virtual env:
activate decluterfy
- Export oAuth env variables to your machine from developer page
export SPOTIPY_CLIENT_ID="<you client id>"
export SPOTIPY_CLIENT_SECRET="<your client secret>"
export SPOTIPY_REDIRECT_URI="<your callback url>"
- Run the file:
python main.py