Skip to content

kaapomoi/disarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages