Skip to content

uses spotify's private API and selenium(base) to move playlists into folders

Notifications You must be signed in to change notification settings

skylatian/spotify-folder-tools

Repository files navigation

Spotify Folder Tools

This project aims to use Spotify's Internal Api to automate organizing playlists into folders.

Folder IDs can be retrieved by dragging+dropping one into a plain text editor or terminal

drag+drop These folder IDs are the same as the "group" IDs in the private API

enter venv: source .venv/bin/activate exit evenv: deactivate

thoughts: make this repo JUST for the folder tools, and use a separate repo that depends on this one for folder actions. plus pip, in the future, with lots of work.

  • could have a main repo that shows all of my spotify tools, with this one just being for folders
  • another for different auth types
  • etc (just a thought)

future plan:

✅ Check for existed cached credentials - if they exist, use them

attempt to make simple call with prior credentials. if call fails, get new credentials using timeout instead


Caution

This project is not associated with Spotify in any manner, and may break at any time. Use at your own risk.

About

uses spotify's private API and selenium(base) to move playlists into folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages