Fcmam5 / tf-spotify-playlist

It worked on my machine

Home Page:https://open.spotify.com/playlist/5ZU9xr27Kj6wtsXJjo5RXg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Spotify playlist

Another abandoned project on Github, this time it's just a Spotify playlist made with Terraform provider following Hashicorp's Terraform tutorials: Create a Spotify Playlist with Terraform.

Running this mess

  1. Add secrets to .env (use .env.example and fill your values from Spotify developer app)

  2. Start spotify auth proxy

docker run --rm -it -p 27228:27228 --env-file ./.env ghcr.io/conradludgate/spotify-auth-proxy
  1. Visit the authorization URL from the previous docker run command (The output is after Auth URL), Authorize your app then go back to the terminal and copy the ApiKey (also from the docker-run output).

  2. You may use terraform.tfvars file to set spotify_api_key variable (see terraform.tfvars.example)

License

This project is licensed under GLWTPL license.

About

It worked on my machine

https://open.spotify.com/playlist/5ZU9xr27Kj6wtsXJjo5RXg

License:Other


Languages

Language:HCL 97.5%Language:Shell 2.5%