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
- Host: GitHub
- URL: https://github.com/debfx/spotify-playlists
- Owner: debfx
- License: gpl-3.0
- Created: 2017-08-10T20:25:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T16:15:22.000Z (over 1 year ago)
- Last Synced: 2024-12-06T17:27:12.554Z (over 1 year ago)
- Topics: spotify
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL-3
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