Clone Spotify playlists to your Soundcloud account. You will need to run this project to clone, I am not hosting this anywhere.
- Spotify Auth
- Soundcloud Auth
- Obtains playlists tracks from Spotify
- Creates a clone of each playlist in Soundcloud
- Register for a new app with Spotify and add the Spotify client ID and client secret to
secrets.yml
- Register for a new app with Soundcloud and add the Soundcloud client ID and secret to
secrets.yml
- Contact Soundcloud support for this.
SPOTIFY_CLIENT_ID: spotify_clt_id
SPOTIFY_CLIENT_SECRET: spotify_clt_secret
SOUNDCLOUD_CLIENT_ID: soundcloud_clt_id
SOUNDCLOUD_SECRET_ID: soundcloud_clt_secret- Add the redirect URLs to
secrets.yml
SPOTIFY_REDIRECT_URL: http://localhost:8080/callback
SOUNDCLOUD_REDIRECT_URI: http://localhost:8080/sc-callbackgo run main.goOpen the following URL in your browser: http://localhost:8080