Skip to content

laanak08/spotlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotlist

Convert single-column csv to spotify playlist

Documentation

Nada....yet.

Installation

Clone this repo. Navigate into project.

pip install spotlist

Quick Start

To get started, install spotlist and create an app on https://developers.spotify.com/. Add your new ID and SECRET to your environment:

export SPOTIFY_CLIENT_ID=client_id_here
export SPOTIFY_CLIENT_SECRET=client_secret_here
export SPOTIFY_REDIRECT_URI=http://some-host:port/callback

// on Windows, use `SET` instead of `export`

spotlist make-playlist --name $SOME_NAME  --tracklist some/path/to/tracklist.csv

Reporting Issues

If you have suggestions, bugs or other issues specific to this tool, file them here. Or just send me a pull request.

About

Convert single-column csv to spotify playlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages