Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1017 Bytes

File metadata and controls

38 lines (23 loc) · 1017 Bytes

disarray

A playlist shuffler for Spotify, since they have no idea how to shuffle while playing.

Installation

Install python3

Python 3.8.5

Python installation on windows

Add python to PATH

pip3 install spotipy

Clone this repository

git clone https://github.com/kaapomoi/disarray.git

Create a Spotify developer application

Log into the Spotify Developer portal, click on CREATE AN APP, the name and desc of the app doesn't matter.

Now you need to setup a Redirect URI for the app. Click on EDIT SETTINGS and copy http://localhost:8888/callback/ into the Redirect URIs field, then click ADD and SAVE.

You'll need the Spotify Client ID and Client Secret for the next section.

Usage

python3 main.py <client-secret> <client-id> <spotify-username> "<name-of-playlist>"