Skip to content

Uses spotify api to get a list of song names & artists in a playlist

Notifications You must be signed in to change notification settings

everdro1d/spotify-playlister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spotify-playlister

get a list of all songs & their artists within a playlist.

How to use

  1. make an app on spotify dev. dashboard
    • set the redir. URI to http://localhost:8080/callback
    • select Web API under APIs Used
  2. put the ClientID & Secret into a .env file at project root
    • alternatively export or source the envs
  cat > .env << EOF
  SPOTIFY_ID="idgoeshere"
  SPOTIFY_SECRET="wowsosecret"
  EOF
  1. run the program normally
    • if running using an executable, the ID & Secrets will need to be made available to the program

Suggestions are welcome.

About

Uses spotify api to get a list of song names & artists in a playlist

Resources

Stars

Watchers

Forks

Languages