Skip to content

debfx/spotify-playlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlists

Import / export Spotify playlists

Usage

./spotify-playlists.py <import FILENAME / export DIR>

Examples:

  • ./spotify-playlists.py export playlists
  • ./spotify-playlists.py import playlists/MyPlaylist.xspf

Install

  • python3 -m venv venv
  • venv/bin/pip install -r requirements.txt

Setup

  • Create an app on Spotify My Dashboard
  • Redirect URI can be anything (e.g. http://localhost/)
  • Copy auth.ini.example to auth.ini
  • Insert the client id, token, redirect uri and Spotify username in auth.ini

About

Import/export Spotify playlists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages