An open API service indexing awesome lists of open source software.

https://github.com/debfx/spotify-playlists

Import/export Spotify playlists
https://github.com/debfx/spotify-playlists

spotify

Last synced: 5 months ago
JSON representation

Import/export Spotify playlists

Awesome Lists containing this project

README

          

# Spotify Playlists

Import / export Spotify playlists

## Usage

./spotify-playlists.py

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](https://developer.spotify.com/dashboard/applications)
* 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