Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

File metadata and controls

31 lines (22 loc) · 1.26 KB

Soundcloud-to-Spotify Playlist Converter

A simple script that takes your Souncloud playlist, and generates a Spotify playlist.

Technologies

LocalSetup

  1. Install All Dependencies
    pip3 install -r requirements.txt

  2. Get your Spotify User ID and Oauth Token From Spotfiy and add it to secrets.py file. You can add the souncloud playlist you are trying to convert.

    • You can get your User ID by Logging into Spotify and going here: Account Overview and its your Username alt text
    • You can get the Oauth Token here: Get Oauth and click the Get Token button alt text
  3. Run the File
    python3 create_playlist.py

Troubleshooting

  • Spotify Oauth token expires real quickly, If none returns throughout all the list comes up, then this probably means that the token has expired. Just request a new one and you'll be good.