Skip to content

quinqu/catharsis-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catharsis-clone

Clone Spotify playlists to your Soundcloud account. You will need to run this project to clone, I am not hosting this anywhere.

Clone Flow

  1. Spotify Auth
  2. Soundcloud Auth
  3. Obtains playlists tracks from Spotify
  4. Creates a clone of each playlist in Soundcloud

Instructions

Set Up Keys and Redirect URLs

  1. Register for a new app with Spotify and add the Spotify client ID and client secret to secrets.yml
  1. 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
  1. Add the redirect URLs to secrets.yml
SPOTIFY_REDIRECT_URL: http://localhost:8080/callback
SOUNDCLOUD_REDIRECT_URI: http://localhost:8080/sc-callback

Run Application

go run main.go

Visit Site to Clone

Open the following URL in your browser: http://localhost:8080

About

Clone Spotify playlists to Soundcloud

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages