Skip to content

leylmordor/random-spotify-songs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Terraform to create Spotify Playlists of your Favorite Artists

Visit the original developer here

Things you need:

  • Spotify Account / Developer
  • An Authorization Server
  • Bit of terraform

Export

export SPOTIFY_CLIENT_REDIRECT_URI=http://localhost:27228/spotify_callback

create .env file with this:

SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

Rename terraform.tfvars.sample to terraform.tfvars

Run Authorization Server

docker run --rm -it -p 27228:27228 --env-file ./.env ghcr.io/conradludgate/spotify-auth-proxy

More Info

Modify main.tf content to match your needs:

About

Using Terraform to create Spotify Songs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages