https://github.com/jibstack64/spotistash
A script I cooked up that compiles all of your playlist's songs to a single playlist.
https://github.com/jibstack64/spotistash
playlist python spotify spotipy tool useful utility
Last synced: 6 months ago
JSON representation
A script I cooked up that compiles all of your playlist's songs to a single playlist.
- Host: GitHub
- URL: https://github.com/jibstack64/spotistash
- Owner: jibstack64
- License: mit
- Created: 2023-02-24T21:43:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T14:02:58.000Z (over 2 years ago)
- Last Synced: 2025-02-14T12:55:31.431Z (8 months ago)
- Topics: playlist, python, spotify, spotipy, tool, useful, utility
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotistash

*A script I cooked up that compiles all of your playlist's songs to a single playlist.*

Simply change the `CLIENT_ID` and `CLIENT_SECRET` variables to the values corresponding with your Spotify bot client.
You can create a playlist based on **other people's** playlists by providing the link to their Spotify profile, like so: `python spotistash.py `.
If you'd like, you may choose to increase `MAX`. The higher the `MAX`, the more playlists and songs the script will capture and add to the new playlist. However, it is very unlikely you have over 1000 playlists...
**You may randomly get a `Insufficient client scope` error. This is fault of Spotify's API and not the program.**