https://github.com/vendicated/spotifyshuffler
Tool to rearrange spotify playlists in random order
https://github.com/vendicated/spotifyshuffler
Last synced: 10 months ago
JSON representation
Tool to rearrange spotify playlists in random order
- Host: GitHub
- URL: https://github.com/vendicated/spotifyshuffler
- Owner: Vendicated
- License: agpl-3.0
- Created: 2021-03-21T23:57:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T05:01:21.000Z (over 3 years ago)
- Last Synced: 2025-04-05T00:23:17.736Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify shuffler
Simple tool to shuffle spotify playlists. Clones the provided playlist and arranges the tracks in a random order.
## Usage
Requires NodeJS 15+
1. Create spotify application
2. Rename `config.example.json` to `config.json`
3. Paste spotify Client ID and Client Secret into config.json, leave redirectUri unchanged
4. Run via `node index.js SPOTIFY_URI`