spotifytobandcamp/config.go.example

6 lines
180 B
Text
Raw Permalink Normal View History

2021-08-28 18:57:57 +02:00
package main
var ClientID = ""
var RedirectURI = ""
2021-09-12 01:52:06 +02:00
var SpotifyURL = "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI