Skip to content

aeikenberry/spotify-playlist-from-text-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlists from text file

Example

python playlist_from_list.py -f path-to-file.txt -p "My sick playlist"

First Time Setup Instructions

  1. Setup a Spotify app (https://developer.spotify.com/).
  2. Get your ID/Secret.
  3. Create a redirect_uri: http://localhost:8000
  4. set you env vars: SPOTIFY_CLIENT_ID SPOTIFY_CLIENT_SECRET
  5. Install dependencies: pip install -r requirements.txt
  6. Run the script
  7. Follow the instructions to do Oauth in the browser on first run.
  8. Paste the full url you're redirected to.
  9. It will cache your auth in a .cache file

About

Create a Spotify playlist from a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages